Skip to content

Commit

Permalink
fix(docker): wasn't taking dev_mode as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc committed Oct 19, 2024
1 parent 4254e2c commit 27ef8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG OPENAI_ENDPOINT=https://api.openai.com/v1
ARG OPENAI_MODEL="gpt-4"
ARG OPENAI_ROLE="system"
ARG POCKETBASE_VERSION=0.22.21
ARG DEV_MODE

ENV POCKETBASE_ADMIN_EMAIL=$POCKETBASE_ADMIN_EMAIL
ENV POCKETBASE_ADMIN_PASSWORD=$POCKETBASE_ADMIN_PASSWORD
Expand All @@ -24,6 +25,7 @@ ENV OPENAI_ENDPOINT=$OPENAI_ENDPOINT
ENV OPENAI_MODEL=$OPENAI_MODEL
ENV OPENAI_ROLE=$OPENAI_ROLE
ENV BODY_SIZE_LIMIT=512M
ENV DEV_MODE

# COPY --from=build_ml /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages
# COPY --from=build_ml /usr/local/bin /usr/local/bin
Expand Down

0 comments on commit 27ef8af

Please sign in to comment.