Skip to content

Commit e771b10

Browse files
committed
[DevOps] Update the training Dockerfile for multi stages building.
1 parent 7486d02 commit e771b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/dockerfile/multi-stages-build/Dockerfile-Traing-Dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ RUN pip3 install MNN==1.1.6
6969

7070
WORKDIR /fedml
7171

72-
COPY --from=fedml-image-base /fedml/fedml-pip /fedml/fedml-pip
73-
COPY --from=fedml-image-base /fedml/fedml-pip/python/fedml ${FEDML_PIP_HOME}
72+
COPY --from=fedml-training-env-base /fedml/fedml-pip /fedml/fedml-pip
73+
COPY --from=fedml-training-env-base /fedml/fedml-pip/python/fedml ${FEDML_PIP_HOME}
7474

7575
ENV MODE=normal FEDML_VERSION=${VERSION} ACCOUNT_ID=0 SERVER_DEVICE_ID=0 \
7676
FEDML_PACKAGE_NAME=package FEDML_PACKAGE_URL=s3_url \

0 commit comments

Comments
 (0)