Skip to content

Commit a11c64c

Browse files
committed
Merge branch 'master' of https://github.com/kubeflow/trainer into helm-integration-tests
2 parents 6c7a173 + 2283173 commit a11c64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/initializers/dataset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.11-slim-bookworm
22

33
WORKDIR /app
44

cmd/initializers/model/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-alpine
1+
FROM python:3.11-slim-bookworm
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)