Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -51,7 +51,7 @@ RUN wget -qO- https://astral.sh/uv/install.sh | sh
|
|
51 |
|
52 |
RUN uv venv --python 3.13.2
|
53 |
|
54 |
-
RUN uv pip install --no-cache-dir -r /
|
55 |
|
56 |
RUN ls -lha /root/
|
57 |
RUN ls -lha /root/app/
|
|
|
51 |
|
52 |
RUN uv venv --python 3.13.2
|
53 |
|
54 |
+
RUN uv pip install --no-cache-dir -r /root/app/requirements.txt
|
55 |
|
56 |
RUN ls -lha /root/
|
57 |
RUN ls -lha /root/app/
|