Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,6 +57,6 @@ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
|
57 |
|
58 |
RUN ls -lha /home/hf-space/
|
59 |
RUN ls -lha /home/hf-space/app/
|
60 |
-
RUN ls -lha /home/hf-space/
|
61 |
|
62 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|
|
|
57 |
|
58 |
RUN ls -lha /home/hf-space/
|
59 |
RUN ls -lha /home/hf-space/app/
|
60 |
+
RUN ls -lha /home/hf-space/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
|
61 |
|
62 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|