Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -58,9 +58,10 @@ RUN uv venv --python 3.13.2
|
|
58 |
|
59 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
60 |
|
61 |
-
|
62 |
|
63 |
-
RUN ls -
|
64 |
-
RUN ls -
|
|
|
65 |
|
66 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|
|
|
58 |
|
59 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
60 |
|
61 |
+
RUN chown -R $(whoami) /home/hf-space/app/uv-pythons
|
62 |
|
63 |
+
RUN ls -lha /home/hf-space/
|
64 |
+
RUN ls -lha /home/hf-space/app/
|
65 |
+
RUN ls -lha /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
|
66 |
|
67 |
CMD ["uv", "run", "--no-cache", "--no-config", "app.py"]
|