Skip to content

Commit 398c4e4

Browse files
author
marwan37
committed
update docker parent image to zenmldocker/zenml-sandbox
1 parent 99ba784 commit 398c4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_sandbox_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pathlib import Path
1313

1414
DOCKERFILE_TEMPLATE = """# Sandbox base image
15-
FROM safoinext/zenml-sandbox:latest
15+
FROM zenmldocker/zenml-sandbox:latest
1616
1717
# Project metadata
1818
LABEL project_name="{project_name}"

0 commit comments

Comments
 (0)