We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebc61e commit 6d00d95Copy full SHA for 6d00d95
devops/dockerfile/device-image/Dockerfile-Test
@@ -19,6 +19,8 @@ RUN pip3 install -e ./
19
#RUN pip3 install -e '.[jax]'
20
#RUN pip3 install -e '.[mxnet]'
21
RUN pip3 install MNN==1.1.6
22
+RUN pip3 install -U pydantic
23
+RUN pip3 install -U fastapi
24
25
WORKDIR /fedml
26
devops/dockerfile/server-agent/Dockerfile-Test
@@ -15,6 +15,8 @@ RUN pip3 install -r ./fedml/requirements.txt
15
COPY ./python ./fedml/fedml-pip
16
WORKDIR ./fedml/fedml-pip
17
RUN pip3 install -e ./
18
#RUN pip3 install -e '.[tensorflow]'
0 commit comments