fugthchat commited on
Commit
ecb3dab
·
verified ·
1 Parent(s): 11528d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,5 +34,5 @@ COPY ./app.py /app/app.py
34
  EXPOSE 7860
35
 
36
  # Command to run the application
37
- # This starts app.py, which will THEN download the model.
38
  CMD ["python", "app.py"]
 
34
  EXPOSE 7860
35
 
36
  # Command to run the application
37
+ # This starts app.py, which will THEN download the model on startup.
38
  CMD ["python", "app.py"]