Skip to content

Commit 8a0f016

Browse files
chudur-budurDiptorup Deb
authored andcommitted
Fix format and broken link in the docker section
1 parent 346c02b commit 8a0f016

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/getting_started.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Numba dpex ships with multistage Dockerfile, which means there are
6969
different `targets <https://docs.docker.com/build/building/multi-stage/#stop-at-a-specific-build-stage>`_
7070
available for build. The most useful ones:
7171

72-
- runtime
73-
- runtime-gpu
74-
- numba-dpex-builder-runtime
75-
- numba-dpex-builder-runtime-gpu
72+
- ``runtime``
73+
- ``runtime-gpu``
74+
- ``numba-dpex-builder-runtime``
75+
- ``numba-dpex-builder-runtime-gpu``
7676

7777
To build docker image
7878

@@ -96,7 +96,7 @@ To run docker image
9696
``GITHUB_USER`` and ``GITHUB_PASSWORD``
9797
`build args <https://docs.docker.com/engine/reference/commandline/build/#build-arg>`_
9898
to increase the call limit. A GitHub
99-
`access token <https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token>`
99+
`access token <https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token>`_
100100
can also be used instead of the password.
101101

102102
.. note::

0 commit comments

Comments
 (0)