Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -55,7 +55,7 @@ RUN uv venv --python 3.13.2
|
|
55 |
|
56 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
57 |
|
58 |
-
RUN chown -R
|
59 |
|
60 |
RUN ls -lh /home/hf-space/app/
|
61 |
|
|
|
55 |
|
56 |
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 -lh /home/hf-space/app/
|
61 |
|