Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed Jul 19, 2024
1 parent 548c1bb commit cae146e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/docker/tutorial-quickstart-docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ Open your terminal and run:
* ``--name superlink``: Assign the name ``superlink`` to the container.
* ``--detach``: Run the container in the background, freeing up the terminal.
* | :substitution-code:`flwr/superlink:|latest_version_docker|`: The name of the image to be run and the specific
| tag of the image. The tag :substitution-code:`|latest_version_docker|` represents a
| :doc:`specific version <pinning-version>` of the image.
| tag of the image. The tag :substitution-code:`|latest_version_docker|` represents a :doc:`specific version <pinning-version>` of the image.
* | ``--insecure``: This flag tells the container to operate in an insecure mode, allowing
| unencrypted communication.
Expand Down Expand Up @@ -125,7 +124,7 @@ building your own SuperNode image.

.. code-block:: bash
sed 's/.*flwr\[simulation\].*//' pyproject.toml > docker_pyproject.toml
$ sed 's/.*flwr\[simulation\].*//' pyproject.toml > docker_pyproject.toml
#. Next, build the SuperNode Docker image by running the following command in the directory where
Dockerfile is located:
Expand Down

0 comments on commit cae146e

Please sign in to comment.