Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Dec 18, 2023
1 parent 4f38bb4 commit a38a55c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/source/contributor-how-to-build-docker-images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ In this guide, we will explain what images exist and how to build them locally.

Before we can start, we need to meet a few prerequisites in our local development environment.

1. Clone the flower repository.
#. Clone the flower repository.

.. code-block:: bash
.. code-block:: bash
$ git clone https://github.com/adap/flower.git && cd flower
$ git clone https://github.com/adap/flower.git && cd flower
2. Verify the Docker daemon is running.
#. Verify the Docker daemon is running.

Please follow the first section on
`Run Flower in Docker <https://flower.dev/docs/framework/how-to-run-flower-using-docker>`_
which covers this step in more detail.
Please follow the first section on
`Run Flower using Docker <https://flower.dev/docs/framework/how-to-run-flower-using-docker>`_
which covers this step in more detail.

Currently, Flower provides two images, a base image and a server image. There will also be a client
image soon. The base image, as the name suggests, contains basic dependencies that both the server
Expand Down

0 comments on commit a38a55c

Please sign in to comment.