Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 ["
|
|
|
57 |
|
58 |
RUN chown -R hf-space:hf-space ${HOME}/app
|
59 |
|
60 |
+
CMD ["uv", "run", "--no-config", "app.py"]
|