Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -57,8 +57,8 @@ RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
|
57 |
|
58 |
RUN chown -R 1001:1001 ${HOME}/app
|
59 |
|
60 |
-
RUN ls -
|
61 |
|
62 |
-
RUN ls -
|
63 |
|
64 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|
|
|
57 |
|
58 |
RUN chown -R 1001:1001 ${HOME}/app
|
59 |
|
60 |
+
RUN ls -lha /home/hf-space/app/
|
61 |
|
62 |
+
RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
|
63 |
|
64 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|