Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(framework:skip) Pin flwr version in Docker docs #4562

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Step 1: Set Up
1. Clone the Flower repository and change to the ``distributed`` directory:

.. code-block:: bash
:substitutions:

$ git clone --depth=1 https://github.com/adap/flower.git
$ git clone --depth=1 --branch v|stable_flwr_version| https://github.com/adap/flower.git
$ cd flower/src/docker/distributed

2. Get the IP address from the remote machine and save it for later.
Expand Down
3 changes: 2 additions & 1 deletion doc/source/docker/tutorial-quickstart-docker-compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Step 1: Set Up
1. Clone the Docker Compose ``complete`` directory:

.. code-block:: bash
:substitutions:

$ git clone --depth=1 https://github.com/adap/flower.git _tmp \
$ git clone --depth=1 --branch v|stable_flwr_version| https://github.com/adap/flower.git _tmp \
&& mv _tmp/src/docker/complete . \
&& rm -rf _tmp && cd complete

Expand Down