jack hace 1 mes
padre
commit
1626b6aeb7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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