Skip to content

Commit a21a045

Browse files
committed
fix(//py): Constrain the CUDA version in container builds
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent b8bf66e commit a21a045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: py/build_whl.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
cd /workspace/Torch-TensorRT/py
66

77
export CXX=g++
8+
export CUDA_HOME=/usr/local/cuda-11.3
89

910
build_py36() {
1011
/opt/python/cp36-cp36m/bin/python -m pip install -r requirements.txt
@@ -33,4 +34,4 @@ build_py39() {
3334
build_py36
3435
build_py37
3536
build_py38
36-
build_py39
37+
build_py39

0 commit comments

Comments
 (0)