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 fb8b967 commit 40a1070Copy full SHA for 40a1070
installer/Dockerfile
@@ -42,7 +42,7 @@ ENV MAXKB_VERSION="${DOCKER_IMAGE_TAG} (build at ${BUILD_AT}, commit: ${GITHUB_C
42
MAXKB_DB_PASSWORD=Password123@postgres \
43
MAXKB_EMBEDDING_MODEL_NAME=/opt/maxkb/model/embedding/shibing624_text2vec-base-chinese \
44
MAXKB_EMBEDDING_MODEL_PATH=/opt/maxkb/model/embedding \
45
- MAXKB_SANDBOX=true \
+ MAXKB_SANDBOX=1 \
46
LANG=en_US.UTF-8 \
47
PATH=/opt/py3/bin:$PATH \
48
POSTGRES_USER=root \
0 commit comments