Skip to content

Commit ce252c3

Browse files
author
marwan37
committed
change base image name to zenmldocker/zenml-projects:base
1 parent 8ff3b48 commit ce252c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

omni-reader/Dockerfile.sandbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sandbox base image
2-
FROM zenmldocker/zenml-sandbox:latest
2+
FROM zenmldocker/zenml-projects:base
33

44
# Install uv from official distroless image
55
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

oncoclear/Dockerfile.sandbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sandbox base image
2-
FROM zenmldocker/zenml-sandbox:latest
2+
FROM zenmldocker/zenml-projects:base
33

44
# Install uv from official distroless image
55
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

scripts/generate_sandbox_dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Dockerfile template
1313
DOCKER_TEMPLATE = """# Sandbox base image
14-
FROM zenmldocker/zenml-sandbox:latest
14+
FROM zenmldocker/zenml-projects:base
1515
1616
# Install uv from official distroless image
1717
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

0 commit comments

Comments
 (0)