Skip to content

Commit

Permalink
docs(framework:skip) Pin flwr version in Docker docs (#4562)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <[email protected]>
  • Loading branch information
Robert-Steiner authored Nov 21, 2024
1 parent 81ae839 commit 302a2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/source/docker/tutorial-deploy-on-multiple-machines.rst
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

0 comments on commit 302a2cb

Please sign in to comment.