Skip to content

Commit 6436c2e

Browse files
committed
fix: changed Makefile
1 parent f9c2bee commit 6436c2e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ all: clang-tidy mypy ruff flake8 pylint
22
echo 'All'
33

44
python-install:
5+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
56
pip3 install .
67

78
python-install-development:
8-
9+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
910
pip3 install .[development]
1011

1112
python-install-editable:
13+
pip3 install cuda-toolkit[cudart,nvcc,nvjpeg] == 12.4.1
1214
pip3 install -e .[development]
1315

1416
clang-format:

0 commit comments

Comments
 (0)