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 01a2778 commit a47ae4eCopy full SHA for a47ae4e
.github/workflows/ppc64le.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Build Docker image for ppc64le
24
run: |
25
- docker build --no-cache -f .github/workflows/Dockerfile.ppc64le -t pytorch-ppc64le:ubi9.3 .
+ docker build -f .github/workflows/Dockerfile.ppc64le -t pytorch-ppc64le:ubi9.3 .
26
export PATH=$PATH:/usr/bin
27
zip --version
28
@@ -36,6 +36,7 @@ jobs:
36
- name: Archive artifacts into zip
37
38
39
+ cd /workspace/pytorch
40
zip -1 artifacts.zip dist/*.whl
41
42
- name: Store PyTorch Build Artifacts for s390x
0 commit comments