Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,28 @@ services:
bacalhau:
image: ghcr.io/lilypad-tech/bacalhau:latest
container_name: bacalhau
ports:
- "8438:8438"
command: ["bacalhau", "serve", "--orchestrator", "--compute", "--config", "WebUI.Enabled"]
runtime: nvidia
restart: unless-stopped
privileged: true
build:
context: ..
dockerfile: ./docker/bacalhau/Dockerfile
environment:
- BACALHAU_ENVIRONMENT=local
command: ["bacalhau", "serve", "--orchestrator", "--compute"]
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- bacalhau-data:/root/.bacalhau
resource-provider:
image: ghcr.io/lilypad-tech/resource-provider:latest
container_name: resource-provider
runtime: nvidia
restart: unless-stopped
depends_on:
bacalhau:
condition: service_healthy
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
build:
context: ..
dockerfile: ./docker/resource-provider/Dockerfile
Expand All @@ -37,6 +35,7 @@ services:
- bacalhau-data:/root/.bacalhau
environment:
- WEB3_PRIVATE_KEY
- NVIDIA_VISIBLE_DEVICES=all
- WEB3_RPC_URL
- BACALHAU_API_HOST=bacalhau
- BACALHAU_NODE_CLIENTAPI_HOST=bacalhau
Expand Down
1 change: 1 addition & 0 deletions testfile.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testing SSH commit signing