Xavier Antonio Ochoa Chehab commited on
Commit ·
60e687e
1
Parent(s): bf07c36
New commit
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
|
| 14 |
WORKDIR /app
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip
|
|
|
|
| 17 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 18 |
|
| 19 |
COPY --chown=user . /app
|
|
|
|
| 14 |
WORKDIR /app
|
| 15 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 16 |
RUN pip install --no-cache-dir --upgrade pip
|
| 17 |
+
RUN pip install --no-cache-dir --uv
|
| 18 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
| 19 |
|
| 20 |
COPY --chown=user . /app
|