We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c2bee commit 6436c2eCopy full SHA for 6436c2e
1 file changed
Makefile
@@ -2,13 +2,15 @@ all: clang-tidy mypy ruff flake8 pylint
2
echo 'All'
3
4
python-install:
5
+ pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
6
pip3 install .
7
8
python-install-development:
-
9
10
pip3 install .[development]
11
12
python-install-editable:
13
14
pip3 install -e .[development]
15
16
clang-format:
0 commit comments