We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6436c2e commit 6cdb4fbCopy full SHA for 6cdb4fb
Makefile
@@ -2,15 +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
+ 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