Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
ci(github): remove nvidia driver requirement for docker orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Feb 20, 2024
1 parent fd44613 commit 1df4f27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: pg_pwd
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: docker-compose up -d --build
run: docker-compose -f docker-compose.test.yml up -d --build
- name: Docker sanity check
run: sleep 20 && nc -vz localhost 8050
- name: Debug
Expand Down
14 changes: 7 additions & 7 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ services:
interval: 10s
timeout: 3s
retries: 3
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]

volumes:
ollama:

0 comments on commit 1df4f27

Please sign in to comment.