Skip to content

Commit 83afcfc

Browse files
committed
Upgrade Python version to 3.10
Signed-off-by: tenzen-y <[email protected]> Signed-off-by: Yuki Iwai <[email protected]>
1 parent aff39d8 commit 83afcfc

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

cmd/earlystopping/medianstop/v1beta1/Dockerfile

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

33
ARG TARGETARCH
44
ENV TARGET_DIR /opt/katib

cmd/metricscollector/v1beta1/tfevent-metricscollector/Dockerfile

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

33
ARG TARGETARCH
44
ENV TARGET_DIR /opt/katib

cmd/metricscollector/v1beta1/tfevent-metricscollector/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
psutil==5.8.0
1+
psutil==5.9.4
22
rfc3339>=6.2
33
grpcio==1.41.1
44
googleapis-common-protos==1.6.0

cmd/suggestion/hyperband/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/hyperopt/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/nas/darts/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/nas/enas/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/optuna/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO /bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/pbt/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO /bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

cmd/suggestion/skopt/v1beta1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV GRPC_HEALTH_PROBE_VERSION v0.4.11
66
RUN wget -qO /bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-${TARGETARCH} \
77
&& chmod +x /bin/grpc_health_probe
88

9-
FROM python:3.9-slim
9+
FROM python:3.10-slim
1010

1111
ARG TARGETARCH
1212
ENV TARGET_DIR /opt/katib

0 commit comments

Comments
 (0)