Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak610 committed Oct 4, 2023
1 parent e746c1e commit 2cdd551
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
backend:
volumes:
- "./:/app"
- "/home/ubuntu/local_models/vicuna-13B-v1.5-GGUF/vicuna-13b-v1.5.Q8_0.gguf:/app/local_model_path"
build: .
depends_on:
- super__redis
Expand All @@ -15,7 +14,6 @@ services:
volumes:
- "./:/app"
- "${EXTERNAL_RESOURCE_DIR:-./workspace}:/app/ext"
- "/home/ubuntu/local_models/vicuna-13B-v1.5-GGUF/vicuna-13b-v1.5.Q8_0.gguf:/app/local_model_path"
build: .
depends_on:
- super__redis
Expand Down

0 comments on commit 2cdd551

Please sign in to comment.