We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be93abc commit c7ed162Copy full SHA for c7ed162
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: docker/build-push-action@v5
52
with:
53
context: .
54
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
55
push: ${{ github.event_name != 'pull_request' }}
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
docker-compose.yml
@@ -7,6 +7,7 @@ services:
7
environment:
8
- NVIDIA_VISIBLE_DEVICES=all
9
- NVIDIA_DRIVER_CAPABILITIES=all
10
+ - NODE_NAME=${HOSTNAME}
11
deploy:
12
resources:
13
reservations:
0 commit comments