Skip to content

Commit 0f20211

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents 0b89412 + d85a312 commit 0f20211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.actions/assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class AssistantCLI:
199199
_EXT_ARCHIVE_TAR = (".tar", ".gz")
200200
_EXT_ARCHIVE = _EXT_ARCHIVE_ZIP + _EXT_ARCHIVE_TAR
201201
_AZURE_POOL = "lit-rtx-3090"
202-
_AZURE_DOCKER = "pytorchlightning/tutorials:cuda"
202+
_AZURE_DOCKER = "pytorchlightning/tutorials:ubuntu22.04-cuda12.1.1-py3.10"
203203

204204
@staticmethod
205205
def _find_meta(folder: str) -> str:

0 commit comments

Comments
 (0)