Skip to content

Commit d85a312

Browse files
committed
update docker base image
1 parent 1edd4d2 commit d85a312

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)