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 afd3123 commit f14ee9eCopy full SHA for f14ee9e
.github/workflows/ci-dockers-pytorch.yml
@@ -49,6 +49,8 @@ jobs:
49
- {python_version: "3.10", pytorch_version: "2.0", cuda_version: "11.7.1"}
50
steps:
51
- uses: actions/checkout@v3
52
+ with:
53
+ submodules: true
54
- uses: docker/setup-buildx-action@v2
55
- uses: docker/build-push-action@v4
56
with:
0 commit comments