dockerize update

This commit is contained in:
Raven Scott
2023-04-12 16:19:27 +02:00
parent ec7dbde761
commit d3162bce32
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
context: ./server
env_file: .env
volumes:
- ${DATA_DIR}/weights:/usr/src/app/models
- ${DATA_DIR}:/usr/src/app/models
environment:
- HOST=llama-python-server
- MODEL=./models/gpt4-x-alpaca-13b-native-4bit-128g.bin
@ -23,4 +23,4 @@ services:
- THE_TOKEN
- CHANNEL_IDS
- ROOT_IP=llama-python-server
- ROOT_PORT=8000
- ROOT_PORT=8000