Skip to content

Commit

Permalink
#21. fixed: provide models loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Apr 15, 2022
1 parent cd1fa85 commit 52995c4
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 @@ -25,7 +25,8 @@ RUN ls -la
RUN pip install /arelight/. -r /arelight/dependencies.txt

# Download required resources.
# RUN python /arelight/download.py
COPY examples /arelight/examples
RUN python /arelight/download.py

EXPOSE 80

Expand Down

0 comments on commit 52995c4

Please sign in to comment.