Skip to content

Commit 0613ef4

Browse files
committed
Bump flwr version
1 parent 635f998 commit 0613ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get install --no-install-recommends -y curl wget gnupg python3 python-is
2828
RUN python3 -m venv /opt/venv && chown -R $USERNAME:$USERNAME /opt/venv
2929
ENV PATH="/opt/venv/bin:$PATH"
3030

31-
RUN python -m pip install -U --no-cache-dir pip "git+https://github.com/adap/flower.git#subdirectory=framework"
31+
RUN python -m pip install -U --no-cache-dir pip "flwr[simulation]"
3232

3333
USER $USERNAME
3434
ENV PATH="/home/$USERNAME/.local/bin:${PATH}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Now, in this interactive part of the tutorial, you can participate in the _first
179179
```shell
180180
docker run \
181181
--volume "$(pwd)/certificates:/certificates:ro" \
182-
flwr/supernode:1.18.0.dev20250403 \
182+
flwr/supernode:1.18.0 \
183183
--superlink="91.99.49.68:9092" \
184184
--root-certificates /certificates/ca.crt
185185
```

0 commit comments

Comments
 (0)