From d8b8b4578b4dced77b52d0b272e51d91ffe58101 Mon Sep 17 00:00:00 2001 From: B0bbyDowns Date: Thu, 27 Mar 2025 01:46:02 +0100 Subject: [PATCH 1/2] Add GPU runtime & WebUI port in docker-compose --- docker/docker-compose.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 789d6f9ec..4048419c9 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -3,6 +3,10 @@ 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: @@ -10,23 +14,17 @@ services: 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 @@ -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 From e259e8fc9d2aa0dfd6d45af3685c291f999d469d Mon Sep 17 00:00:00 2001 From: B0bbyDowns Date: Fri, 28 Mar 2025 01:07:29 +0100 Subject: [PATCH 2/2] test: Signed commit using SSH key --- testfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testfile.txt diff --git a/testfile.txt b/testfile.txt new file mode 100644 index 000000000..5e0c29b34 --- /dev/null +++ b/testfile.txt @@ -0,0 +1 @@ +Testing SSH commit signing