Skip to content

Commit d4433fa

Browse files
dockerfile name in yml
1 parent ab7fbae commit d4433fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Run Docker container and execute build script
3333
run: |
34-
docker run -it --name temp_builder pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
34+
docker run -d --name temp_builder pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
3535
docker cp temp_builder:/workspace/pytorch/dist/* dist/
3636
3737

0 commit comments

Comments
 (0)