Fixed pandocs (#662)

This commit is contained in:
nicksan222 2023-07-15 23:20:47 +02:00 committed by GitHub
parent 9f2cd7b7b6
commit c4c15a497c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -14,4 +14,4 @@ PRIVATE=False
MODEL_PATH=./local_models/ggml-gpt4all-j-v1.3-groovy.bin
#RESEND
RESEND_API_KEY=
RESEND_API_KEY=

View File

@ -1,7 +1,7 @@
FROM python:3.11-bullseye
# Install GEOS library
RUN apt-get update && apt-get install -y libgeos-dev
RUN apt-get update && apt-get install -y libgeos-dev pandoc
WORKDIR /code

View File

@ -1,2 +0,0 @@
NEXT_PUBLIC_ENV=local
BACKEND_URL="http://localhost:5050"