Skip to content

Commit 0c6efc9

Browse files
committed
Update ZenML server version to v0.80.0 in Dockerfile
1 parent ed8bb2c commit 0c6efc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bank_subscription_prediction/Dockerfile.codespace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LABEL project_version="0.1.0"
1515
# Install dependencies with uv and cache optimization
1616
RUN --mount=type=cache,target=/root/.cache/uv \
1717
uv pip install --system \
18-
"zenml[server]>=0.50.0" \
18+
"zenml[server]>=0.80.0" \
1919
"notebook" \
2020
"scikit-learn" \
2121
"pyarrow" \

0 commit comments

Comments
 (0)