Xavier Antonio Ochoa Chehab commited on
Commit
be56379
·
1 Parent(s): 60e687e

New commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +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 pip install --no-cache-dir --uv
18
  RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
19
 
20
  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