nevreal commited on
Commit
92a81df
1 Parent(s): 85b43a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,4 +44,4 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
44
 
45
  VOLUME [ "/app/weights", "/app/opt" ]
46
 
47
- CMD ["python3", "infer-web.py"]
 
44
 
45
  VOLUME [ "/app/weights", "/app/opt" ]
46
 
47
+ CMD ["python3", "app.py"]