Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -51,6 +51,7 @@ ENV UV_PYTHON_INSTALL_DIR=${HOME}/app/uv-pythons
|
|
51 |
|
52 |
RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
53 |
|
|
|
54 |
RUN chmod -R a+rx /home/hf-space/app/uv-pythons
|
55 |
|
56 |
RUN uv venv --python 3.13.2
|
|
|
51 |
|
52 |
RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
53 |
|
54 |
+
RUN mkdir /home/hf-space/app/uv-pythons
|
55 |
RUN chmod -R a+rx /home/hf-space/app/uv-pythons
|
56 |
|
57 |
RUN uv venv --python 3.13.2
|