Skip to content

Commit 6d00d95

Browse files
committed
[CoreEngine] update the devops files.
1 parent 4ebc61e commit 6d00d95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

devops/dockerfile/device-image/Dockerfile-Test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN pip3 install -e ./
1919
#RUN pip3 install -e '.[jax]'
2020
#RUN pip3 install -e '.[mxnet]'
2121
RUN pip3 install MNN==1.1.6
22+
RUN pip3 install -U pydantic
23+
RUN pip3 install -U fastapi
2224

2325
WORKDIR /fedml
2426

devops/dockerfile/server-agent/Dockerfile-Test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN pip3 install -r ./fedml/requirements.txt
1515
COPY ./python ./fedml/fedml-pip
1616
WORKDIR ./fedml/fedml-pip
1717
RUN pip3 install -e ./
18+
RUN pip3 install -U pydantic
19+
RUN pip3 install -U fastapi
1820
#RUN pip3 install -e '.[tensorflow]'
1921
#RUN pip3 install -e '.[jax]'
2022
#RUN pip3 install -e '.[mxnet]'

0 commit comments

Comments
 (0)