ccoreilly commited on
Commit
917b122
1 Parent(s): 6d16c6b

fix models copy

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -21,7 +21,7 @@ ENV HOME=/home/user \
21
  WORKDIR $HOME/app
22
 
23
  COPY --chown=user requirements.txt .
24
- COPY --chown=user models .
25
 
26
  RUN pip install -r requirements.txt
27
 
@@ -36,5 +36,3 @@ ENV MPLCONFIGDIR=/home/user/cache
36
  EXPOSE 7860
37
 
38
  CMD ["python", "app.py"]
39
-
40
- CMD ["ls", "-alR", "/home/user/app"]
 
21
  WORKDIR $HOME/app
22
 
23
  COPY --chown=user requirements.txt .
24
+ COPY --chown=user models models
25
 
26
  RUN pip install -r requirements.txt
27
 
 
36
  EXPOSE 7860
37
 
38
  CMD ["python", "app.py"]