Yehor commited on
Commit
d906f96
·
verified ·
1 Parent(s): a12ce5d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -41,11 +41,12 @@ ENV HOME=/home/hf-space \
41
  GRADIO_NUM_PORTS=1 \
42
  GRADIO_SERVER_NAME=0.0.0.0 \
43
  GRADIO_THEME=huggingface \
44
- SYSTEM=spaces \
45
- UV_TOOL_DIR=/home/hf-space/app/share
46
 
47
  COPY --chown=1001 . ${HOME}/app
48
 
 
 
49
  RUN wget -qO- https://astral.sh/uv/install.sh | sh
50
 
51
  WORKDIR ${HOME}/app
 
41
  GRADIO_NUM_PORTS=1 \
42
  GRADIO_SERVER_NAME=0.0.0.0 \
43
  GRADIO_THEME=huggingface \
44
+ SYSTEM=spaces
 
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
 
52
  WORKDIR ${HOME}/app