jack 1 month ago
parent
commit
1626b6aeb7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -16,7 +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 && poetry install --only main
+RUN cd /env && poetry install --only main
+#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