Skip to content

Commit

Permalink
fix(//py): Constrain the CUDA version in container builds
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
  • Loading branch information
narendasan committed Nov 10, 2021
1 parent b8bf66e commit a21a045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/build_whl.sh
Expand Up @@ -5,6 +5,7 @@
cd /workspace/Torch-TensorRT/py

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

build_py36() {
/opt/python/cp36-cp36m/bin/python -m pip install -r requirements.txt
Expand Down Expand Up @@ -33,4 +34,4 @@ build_py39() {
build_py36
build_py37
build_py38
build_py39
build_py39

0 comments on commit a21a045

Please sign in to comment.