Skip to content

Commit

Permalink
Merge pull request #1392 from TransformerOptimus/rounak610-patch-1
Browse files Browse the repository at this point in the history
Update docker-compose-gpu.yml
  • Loading branch information
rounak610 committed Jan 16, 2024
2 parents 7411a01 + 4ef7417 commit f80831b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
backend:
volumes:
- "./:/app"
- "/home/ubuntu/models/vicuna-7B-v1.5-GGUF/vicuna-7b-v1.5.Q5_K_M.gguf:/app/local_model_path"
build:
context: .
dockerfile: Dockerfile-gpu
Expand All @@ -25,7 +24,6 @@ services:
volumes:
- "./:/app"
- "${EXTERNAL_RESOURCE_DIR:-./workspace}:/app/ext"
- "/home/ubuntu/models/vicuna-7B-v1.5-GGUF/vicuna-7b-v1.5.Q5_K_M.gguf:/app/local_model_path"
build:
context: .
dockerfile: Dockerfile-gpu
Expand Down Expand Up @@ -94,4 +92,4 @@ networks:
driver: bridge
volumes:
superagi_postgres_data:
redis_data:
redis_data:

0 comments on commit f80831b

Please sign in to comment.