Skip to content

Commit f14ee9e

Browse files
authored
docker: fix building PL image (Lightning-AI#17353)
1 parent afd3123 commit f14ee9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-dockers-pytorch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- {python_version: "3.10", pytorch_version: "2.0", cuda_version: "11.7.1"}
5050
steps:
5151
- uses: actions/checkout@v3
52+
with:
53+
submodules: true
5254
- uses: docker/setup-buildx-action@v2
5355
- uses: docker/build-push-action@v4
5456
with:

0 commit comments

Comments
 (0)