lyangas commited on
Commit ·
75d7fb5
1
Parent(s): 31f7f8e
upgrade pip
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,7 @@ WORKDIR /code
|
|
| 6 |
# RUN pip install --upgrade -r /code/requirements.txt
|
| 7 |
|
| 8 |
COPY pyproject.toml poetry.lock ./
|
|
|
|
| 9 |
RUN pip install poetry==1.6.0
|
| 10 |
RUN poetry config virtualenvs.create false && \
|
| 11 |
poetry install --no-root --no-cache
|
|
|
|
| 6 |
# RUN pip install --upgrade -r /code/requirements.txt
|
| 7 |
|
| 8 |
COPY pyproject.toml poetry.lock ./
|
| 9 |
+
RUN pip install --upgrade pip
|
| 10 |
RUN pip install poetry==1.6.0
|
| 11 |
RUN poetry config virtualenvs.create false && \
|
| 12 |
poetry install --no-root --no-cache
|