File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11ARG VERSION=dev
22ARG 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
44FROM ${BASE_IMAGE}
55
66ADD ./devops/scripts/runner.sh ./fedml/runner.sh
Original file line number Diff line number Diff line change 11ARG VERSION=dev
22ARG 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
44FROM ${BASE_IMAGE}
55
66ADD ./devops/scripts/runner.sh ./fedml/runner.sh
Original file line number Diff line number Diff line change 11ARG VERSION=dev
22ARG IS_BUILDING_GPU_IMAGE=0
33ARG 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
55FROM ${BASE_IMAGE}
66
77ADD ./devops/scripts/runner.sh ./fedml/runner.sh
You can’t perform that action at this time.
0 commit comments