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.
release/2.2
1 parent 18a462f commit f379967Copy full SHA for f379967
.github/workflows/docker_builder.yml
@@ -1,12 +1,12 @@
1
name: 'Torch-TensorRT Docker Build'
2
3
-# Apply workflow only to main branch
+# Apply workflow only to main, nightly, release branches
4
on:
5
push:
6
branches:
7
- main
8
- nightly
9
- - release/2.1
+ - release/2.2
10
11
# If pushes to main are made in rapid succession,
12
# cancel existing docker builds and use newer commits
@@ -16,7 +16,10 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: linux.2xlarge
+ permissions:
20
+ packages: write
21
+
22
+ runs-on: linux.4xlarge.nvidia.gpu
23
24
# Define key environment variables
25
# Container name is of the form torch_tensorrt:<branch_name>
0 commit comments