Skip to content

Commit 62f8760

Browse files
committed
[DevOps] update the Dockerfile for model inference.
1 parent add779b commit 62f8760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devops/dockerfile/model-inference-ingress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG VERSION=dev
22
ARG BASE_IMAGE=public.ecr.aws/x6k8q1x9/fedml-device-image:base
3-
ARG FEDML_PIP_HOME=/usr/local/lib/python3.7/dist-packages/fedml
3+
ARG FEDML_PIP_HOME=/usr/local/lib/python3.8/dist-packages/fedml
44
FROM ${BASE_IMAGE}
55

66
ADD ./devops/scripts/runner.sh ./fedml/runner.sh

devops/dockerfile/model-premise-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG VERSION=dev
22
ARG BASE_IMAGE=public.ecr.aws/x6k8q1x9/fedml-device-image:base
3-
ARG FEDML_PIP_HOME=/usr/local/lib/python3.7/dist-packages/fedml
3+
ARG FEDML_PIP_HOME=/usr/local/lib/python3.8/dist-packages/fedml
44
FROM ${BASE_IMAGE}
55

66
ADD ./devops/scripts/runner.sh ./fedml/runner.sh

devops/dockerfile/model-premise-slave/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VERSION=dev
22
ARG IS_BUILDING_GPU_IMAGE=0
33
ARG BASE_IMAGE=public.ecr.aws/x6k8q1x9/fedml-device-image:base
4-
ARG FEDML_PIP_HOME=/usr/local/lib/python3.7/dist-packages/fedml
4+
ARG FEDML_PIP_HOME=/usr/local/lib/python3.8/dist-packages/fedml
55
FROM ${BASE_IMAGE}
66

77
ADD ./devops/scripts/runner.sh ./fedml/runner.sh

0 commit comments

Comments
 (0)