|
|
@@ -7,9 +7,7 @@ ENV POETRY_VIRTUALENVS_CREATE=false \
|
|
|
PYTHONDONTWRITEBYTECODE=1
|
|
|
|
|
|
RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \
|
|
|
- && pip install --no-cache-dir poetry \
|
|
|
- -i https://pypi.tuna.tsinghua.edu.cn/simple \
|
|
|
- --trusted-host pypi.tuna.tsinghua.edu.cn
|
|
|
+ && pip install --no-cache-dir poetry
|
|
|
|
|
|
COPY pyproject.toml poetry.lock ./
|
|
|
|