Skip to content

Commit

Permalink
[CoreEngine] update the devops files.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedml-alex committed Apr 30, 2024
1 parent 6d00d95 commit ef56d13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/dockerfile/device-image/Dockerfile-Dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN pip3 install -e ./
#RUN pip3 install -e '.[jax]'
#RUN pip3 install -e '.[mxnet]'
RUN pip3 install MNN==1.1.6
RUN pip3 install -U pydantic
RUN pip3 install -U fastapi

WORKDIR /fedml

Expand Down
2 changes: 2 additions & 0 deletions devops/dockerfile/device-image/Dockerfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN pip3 install -e ./
#RUN pip3 install -e '.[jax]'
#RUN pip3 install -e '.[mxnet]'
RUN pip3 install MNN==1.1.6
RUN pip3 install -U pydantic
RUN pip3 install -U fastapi

WORKDIR /fedml

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

0 comments on commit ef56d13

Please sign in to comment.