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 ab7fbae commit d4433faCopy full SHA for d4433fa
.github/workflows/ppc64le.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Run Docker container and execute build script
33
run: |
34
- docker run -it --name temp_builder pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
+ docker run -d --name temp_builder pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
35
docker cp temp_builder:/workspace/pytorch/dist/* dist/
36
37
0 commit comments