Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -45,7 +45,8 @@ ENV HOME=/home/hf-space \
|
|
45 |
|
46 |
COPY --chown=1001 . ${HOME}/app
|
47 |
|
48 |
-
ENV UV_PYTHON_INSTALL_DIR=${HOME}/app/uv-pythons
|
|
|
49 |
|
50 |
RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
51 |
|
|
|
45 |
|
46 |
COPY --chown=1001 . ${HOME}/app
|
47 |
|
48 |
+
ENV UV_PYTHON_INSTALL_DIR=${HOME}/app/uv-pythons \
|
49 |
+
UV_CACHE_DIR=${HOME}/app/uv-cache
|
50 |
|
51 |
RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
52 |
|