diff --git a/docker/tensorrt/install_python_39.sh b/docker/tensorrt/install_python_39.sh index 4688a8e6d..96d7b49b3 100755 --- a/docker/tensorrt/install_python_39.sh +++ b/docker/tensorrt/install_python_39.sh @@ -1,3 +1,4 @@ +# TODO check if python3.9 is installable instead if [ -e /usr/local/cuda-12.2 ]; then apt-get update && \ apt-get install wget build-essential ccache clang cmake pkg-config -y