Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,8 @@ ENV UV_PROJECT_ENVIRONMENT=/app/.venv
|
|
| 14 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 15 |
ENV PATH="/root/.local/bin:${PATH}"
|
| 16 |
|
|
|
|
|
|
|
| 17 |
# Create virtual env
|
| 18 |
RUN uv venv /app/.venv
|
| 19 |
|
|
|
|
| 14 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 15 |
ENV PATH="/root/.local/bin:${PATH}"
|
| 16 |
|
| 17 |
+
RUN cp /root/.local/bin/uv /usr/local/bin/uv
|
| 18 |
+
|
| 19 |
# Create virtual env
|
| 20 |
RUN uv venv /app/.venv
|
| 21 |
|