Yehor commited on
Commit
6329bf6
·
verified ·
1 Parent(s): df134f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,4 +57,4 @@ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
57
 
58
  RUN chown -R hf-space:hf-space ${HOME}/app
59
 
60
- CMD ["python", "app.py"]
 
57
 
58
  RUN chown -R hf-space:hf-space ${HOME}/app
59
 
60
+ CMD ["uv", "run", "--no-config", "app.py"]