Skip to content

Commit 0e0de24

Browse files
dockerfile name in yml
1 parent d4433fa commit 0e0de24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Run Docker container and execute build script
3333
run: |
3434
docker run -d --name temp_builder pytorch-ppc64le:ubi9.3 /ppc64le-build.sh
35-
docker cp temp_builder:/workspace/pytorch/dist/* dist/
35+
docker wait temp_builder
36+
docker cp temp_builder:/workspace/pytorch/dist/. dist/
3637
3738
3839

0 commit comments

Comments
 (0)