Yehor commited on
Commit
8fea664
·
verified ·
1 Parent(s): 6329bf6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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