Skip to content

Commit

Permalink
Update docker-compose-gpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak610 authored Jan 16, 2024
1 parent 7411a01 commit 4ef7417
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 4ef7417

Please sign in to comment.