Yehor commited on
Commit
0ec0e81
·
verified ·
1 Parent(s): 0847b93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,7 +42,7 @@ COPY --chown=1001 . ${HOME}/app
42
 
43
  WORKDIR ${HOME}/app
44
 
45
- RUN curl -LsSf https://astral.sh/uv/install.sh | sh
46
 
47
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
48
 
 
42
 
43
  WORKDIR ${HOME}/app
44
 
45
+ RUN uv venv --python 3.13.2
46
 
47
  RUN uv pip install --no-cache-dir -r /home/hf-space/app/requirements.txt
48