diff --git a/docker-compose-gpu.yml b/docker-compose-gpu.yml index 02b1b447f..5e827d506 100644 --- a/docker-compose-gpu.yml +++ b/docker-compose-gpu.yml @@ -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 @@ -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 @@ -94,4 +92,4 @@ networks: driver: bridge volumes: superagi_postgres_data: - redis_data: \ No newline at end of file + redis_data: