dockerize update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user