Skip to content

Commit 2ad4ad7

Browse files
chudur-budurDiptorup Deb
authored andcommitted
Adding docker chapter
1 parent 74b2e8e commit 2ad4ad7

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

docs/source/user_guide/debugging/breakpoints.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ your program should stop in the kernel. Define breakpoints by line numbers or
99
function names.
1010

1111
You have several ways to set breakpoints:
12-
- break <function>
13-
- break <filename>:<linenumber>
14-
- break <filename>:<function>
15-
- break … if <condition>
12+
- ``break <function>``
13+
- ``break <filename>:<linenumber>``
14+
- ``break <filename>:<function>``
15+
- ``break … if <condition>``
1616

1717
See also:
1818
- `Breakpoints in GDB*`_.

docs/backups/user_guides/docker.rst renamed to docs/source/user_guide/docker.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _docker:
22

3-
Docker
4-
======
3+
Docker Support
4+
==============
55

66
Numba dpex now delivers docker support.
77
Dockerfile is capable of building numba-dpex as well as direct dependencies for it:
@@ -60,29 +60,29 @@ base image should be debian based, like debian or ubuntu.
6060

6161
Build arguments that could be useful:
6262

63-
- PYTHON_VERSION
64-
- CR_TAG
65-
- IGC_TAG
66-
- CM_TAG
67-
- L0_TAG
68-
- ONEAPI_VERSION
69-
- DPCTL_GIT_BRANCH
70-
- DPCTL_GIT_URL
71-
- DPNP_GIT_BRANCH
72-
- DPNP_GIT_URL
73-
- NUMBA_DPEX_GIT_BRANCH
74-
- NUMBA_DPEX_GIT_URL
75-
- CMAKE_VERSION
76-
- CMAKE_VERSION_BUILD
77-
- INTEL_NUMPY_VERSION
78-
- INTEL_NUMBA_VERSION
79-
- CYTHON_VERSION
80-
- SCIKIT_BUILD_VERSION
81-
- http_proxy
82-
- https_proxy
83-
- GITHUB_USER
84-
- GITHUB_PASSWORD
85-
- BASE_IMAGE
63+
- ``PYTHON_VERSION``
64+
- ``CR_TAG``
65+
- ``IGC_TAG``
66+
- ``CM_TAG``
67+
- ``L0_TAG``
68+
- ``ONEAPI_VERSION``
69+
- ``DPCTL_GIT_BRANCH``
70+
- ``DPCTL_GIT_URL``
71+
- ``DPNP_GIT_BRANCH``
72+
- ``DPNP_GIT_URL``
73+
- ``NUMBA_DPEX_GIT_BRANCH``
74+
- ``NUMBA_DPEX_GIT_URL``
75+
- ``CMAKE_VERSION``
76+
- ``CMAKE_VERSION_BUILD``
77+
- ``INTEL_NUMPY_VERSION``
78+
- ``INTEL_NUMBA_VERSION``
79+
- ``CYTHON_VERSION``
80+
- ``SCIKIT_BUILD_VERSION``
81+
- ``http_proxy``
82+
- ``https_proxy``
83+
- ``GITHUB_USER``
84+
- ``GITHUB_PASSWORD``
85+
- ``BASE_IMAGE``
8686

8787
Refer to Dockerfile to see all available
8888

docs/source/user_guide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ User Guide
1616
dpnp_offload/index
1717
debugging/index
1818
caching
19+
docker
1920
useful_links

0 commit comments

Comments
 (0)