We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fdcdf commit 1781a66Copy full SHA for 1781a66
docker/chat.Dockerfile
@@ -20,7 +20,7 @@ COPY pyproject.toml .
20
COPY poetry.lock .
21
RUN poetry export -f requirements.txt --without-hashes | pip install $PIP_ARGS -r /dev/stdin
22
23
-# Copy scripts and source code
+# Copy source code
24
COPY ./src/statgpt $APP_HOME/statgpt
25
COPY ./src/common $APP_HOME/common
26
@@ -30,6 +30,7 @@ USER app
30
31
ENV APP_MODE="DIAL"
32
ENV WEB_CONCURRENCY=1
33
+ENV PYDANTIC_V2=True
34
35
EXPOSE 5000
36
0 commit comments