Skip to content

Commit a4ae6e2

Browse files
committed
Update Python version for the Optuna suggestion service
1 parent 5dd65c8 commit a4ae6e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/suggestion/optuna/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6
1+
FROM python:3.9
22

33
ENV TARGET_DIR /opt/katib
44
ENV SUGGESTION_DIR cmd/suggestion/optuna/v1beta1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.23.0
2-
protobuf==3.9.1
3-
googleapis-common-protos==1.6.0
1+
grpcio==1.39.0
2+
protobuf==3.17.3
3+
googleapis-common-protos==1.53.0
44
optuna>=2.8.0

0 commit comments

Comments
 (0)