File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Sandbox base image
2- FROM zenmldocker/zenml-sandbox:latest
2+ FROM zenmldocker/zenml-projects:base
33
44# Install uv from official distroless image
55COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
Original file line number Diff line number Diff line change 11# Sandbox base image
2- FROM zenmldocker/zenml-sandbox:latest
2+ FROM zenmldocker/zenml-projects:base
33
44# Install uv from official distroless image
55COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
Original file line number Diff line number Diff line change 1111
1212# Dockerfile template
1313DOCKER_TEMPLATE = """# Sandbox base image
14- FROM zenmldocker/zenml-sandbox:latest
14+ FROM zenmldocker/zenml-projects:base
1515
1616# Install uv from official distroless image
1717COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
You can’t perform that action at this time.
0 commit comments