Skip to content

Commit f9cbfc3

Browse files
committed
fix: Add write permissions to Docker GHA (#2619)
1 parent a222c15 commit f9cbfc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker_builder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: linux.2xlarge
19+
permissions:
20+
packages: write
21+
22+
runs-on: linux.4xlarge.nvidia.gpu
2023

2124
# Define key environment variables
2225
# Container name is of the form torch_tensorrt:<branch_name>

0 commit comments

Comments
 (0)