Skip to content

Commit

Permalink
fix(examples) Update Dockerfile (#4382)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwjang authored Oct 29, 2024
1 parent c1f0a24 commit 1631f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/embedded-devices/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip3 install --upgrade pip

# Install flower
RUN pip3 install flwr>=1.0
RUN pip3 install flwr-datsets>=0.0.2
RUN pip3 install flwr-datasets>=0.0.2
RUN pip3 install tqdm==4.65.0

WORKDIR /client

0 comments on commit 1631f90

Please sign in to comment.