|
@@ -14,7 +14,7 @@ COPY poetry.lock /env/poetry.lock
|
|
|
COPY pyproject.toml /env/pyproject.toml
|
|
|
|
|
|
|
|
|
-RUN poetry config repositories.pypi https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
+#RUN poetry config repositories.pypi https://pypi.tuna.tsinghua.edu.cn/simple
|
|
|
#RUN cd /env && poetry lock --no-update && poetry install --only main
|
|
|
RUN cd /env && poetry lock --no-update && poetry install --only main
|
|
|
RUN pip install openai==1.27.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
|