jack 5 tháng trước cách đây
mục cha
commit
edee16c2c0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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