Skip to content

Commit

Permalink
docs(framework) Update instructions in quickstart compose guide (adap…
Browse files Browse the repository at this point in the history
…#4409)

Co-authored-by: Robert Steiner <[email protected]>
  • Loading branch information
jafermarq and Robert-Steiner authored Nov 6, 2024
1 parent a079987 commit a1f74f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/source/docker/run-quickstart-examples-docker-compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,16 @@ Run the Quickstart Example
.. code-block:: bash
:substitutions:
$ curl https://raw.githubusercontent.com/adap/flower/refs/tags/v|stable_flwr_version|/src/docker/complete/compose.yml \
$ curl https://raw.githubusercontent.com/adap/flower/24b2861465431a5ab234a8c4f76faea7a742b1fd/src/docker/complete/compose.yml \
-o compose.yml
3. Build and start the services using the following command:
3. Export the version of Flower that your environment uses. Then, build and start the
services using the following command:

.. code-block:: bash
:substitutions:
$ export FLWR_VERSION="|stable_flwr_version|" # update with your version
$ docker compose up --build -d
4. Append the following lines to the end of the ``pyproject.toml`` file and save it:
Expand Down

0 comments on commit a1f74f6

Please sign in to comment.