jack 5 months ago
parent
commit
edee16c2c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -16,8 +16,8 @@ COPY pyproject.toml /env/pyproject.toml
 
 #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
+RUN cd /env && poetry lock && poetry install --only main
+#RUN pip install openai==1.27.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
 
 EXPOSE 8086