Skip to content

Commit

Permalink
Update Python version for the Optuna suggestion service
Browse files Browse the repository at this point in the history
  • Loading branch information
g-votte committed Aug 13, 2021
1 parent 5dd65c8 commit a4ae6e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/suggestion/optuna/v1beta1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.9

ENV TARGET_DIR /opt/katib
ENV SUGGESTION_DIR cmd/suggestion/optuna/v1beta1
Expand Down
6 changes: 3 additions & 3 deletions cmd/suggestion/optuna/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.23.0
protobuf==3.9.1
googleapis-common-protos==1.6.0
grpcio==1.39.0
protobuf==3.17.3
googleapis-common-protos==1.53.0
optuna>=2.8.0

0 comments on commit a4ae6e2

Please sign in to comment.