Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -54,4 +54,6 @@ WORKDIR ${HOME}/app
|
|
54 |
RUN uv venv --python 3.13.2
|
55 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
56 |
|
|
|
|
|
57 |
CMD ["/home/hf-space/app/.venv/bin/python", "app.py"]
|
|
|
54 |
RUN uv venv --python 3.13.2
|
55 |
RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
|
56 |
|
57 |
+
RUN chown -R hf-space:hf-space ${HOME}/app
|
58 |
+
|
59 |
CMD ["/home/hf-space/app/.venv/bin/python", "app.py"]
|