Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,7 +58,7 @@ 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 |
-
RUN chown -R hf-space:hf-space ${HOME}/app
|
62 |
|
63 |
RUN ls -lda /home/hf-space/
|
64 |
RUN ls -lda /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
|
|
|
58 |
|
59 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
60 |
|
61 |
+
#RUN chown -R hf-space:hf-space ${HOME}/app
|
62 |
|
63 |
RUN ls -lda /home/hf-space/
|
64 |
RUN ls -lda /home/hf-space/app/uv-pythons/cpython-3.13.2-linux-x86_64-gnu
|