Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Dec 6, 2024
1 parent c961963 commit 78dfeb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/bacalhau/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ VOLUME /var/lib/docker

RUN touch run
RUN echo "#!/bin/bash" >> run
RUN echo "find /run /var/run -iname 'docker*.pid' -delete" >> run
RUN echo "dind dockerd &" >> run
RUN echo 'until pgrep "dockerd" >/dev/null; do sleep 0.5; done' >> run
RUN echo 'exec "$@"' >> run
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ services:
]
volumes:
- bacalhau-data:/root/.bacalhau
- /var/run/docker.sock:/var/run/docker.sock
resource-provider:
image: ghcr.io/lilypad-tech/resource-provider:latest
container_name: resource-provider
Expand Down
2 changes: 1 addition & 1 deletion docker/resource-provider/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV DISABLE_TELEMETRY=false

COPY . .

FROM nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04 AS build-gpu
FROM nvidia/cuda:12.0.1-cudnn8-devel-ubuntu22.04 AS build-gpu
WORKDIR /usr/src/app
COPY --from=base /usr/src/app .
COPY --from=base /usr/local/go/ /usr/local/go/
Expand Down

0 comments on commit 78dfeb6

Please sign in to comment.