Skip to content

Commit

Permalink
#21 Fixed scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 1, 2022
1 parent 6ce7958 commit 6326085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ COPY apache_configs/* /etc/apache2/sites-enabled/

# Copy apache-based arelight demo.
COPY demo /var/www/demo
RUN chmod +x /var/www/demo/wui.py
RUN chmod +x /var/www/demo/wui_bert.py
RUN chmod +x /var/www/demo/wui_nn.py

# Copy BRAT toolkit.
COPY brat /var/www/brat
Expand Down

0 comments on commit 6326085

Please sign in to comment.