Skip to content

Commit

Permalink
[DevOps] update dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Oct 9, 2023
1 parent 85ee8b5 commit 6ed0e89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions devops/dockerfile/device-image/Dockerfile-Test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=test
ARG IS_BUILDING_GPU_IMAGE=0
ARG BASE_IMAGE=public.ecr.aws/x6k8q1x9/fedml-device-image:base
ARG BASE_IMAGE=fedml/fedml-device-image:base
FROM ${BASE_IMAGE}

ADD ./devops/scripts/runner.sh ./fedml/runner.sh
Expand All @@ -15,9 +15,9 @@ RUN pip3 install -r ./fedml/requirements.txt
COPY ./python ./fedml/fedml-pip
WORKDIR ./fedml/fedml-pip
RUN pip3 install -e ./
RUN pip3 install -e '.[tensorflow]'
RUN pip3 install -e '.[jax]'
RUN pip3 install -e '.[mxnet]'
#RUN pip3 install -e '.[tensorflow]'
#RUN pip3 install -e '.[jax]'
#RUN pip3 install -e '.[mxnet]'
RUN pip3 install MNN==1.1.6

WORKDIR /fedml
Expand Down
6 changes: 3 additions & 3 deletions devops/dockerfile/server-agent/Dockerfile-Test
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN pip3 install -r ./fedml/requirements.txt
COPY ./python ./fedml/fedml-pip
WORKDIR ./fedml/fedml-pip
RUN pip3 install -e ./
RUN pip3 install -e '.[tensorflow]'
RUN pip3 install -e '.[jax]'
RUN pip3 install -e '.[mxnet]'
#RUN pip3 install -e '.[tensorflow]'
#RUN pip3 install -e '.[jax]'
#RUN pip3 install -e '.[mxnet]'

WORKDIR /fedml

Expand Down

0 comments on commit 6ed0e89

Please sign in to comment.