Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -42,7 +42,7 @@ COPY --chown=1001 . ${HOME}/app
|
|
42 |
|
43 |
WORKDIR ${HOME}/app
|
44 |
|
45 |
-
RUN
|
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 |
|