jetson-containers
jetson-containers copied to clipboard
Cannot install CUDA 12.1
Hi All,
I want to install CUDA12.1 with my containers but it only installs cuda 11.4 each time when I write cuda:12.2
jetson-containers build --build-flags=--no-cache --name=cu122 cuda:12.2
EDIT: Now I can not install anything, each command gives me:
` python3.8 Looking in indexes: http://jetson.webredirect.org/jp5/cu122 ERROR: Could not find a version that satisfies the requirement pip (from versions: none) ERROR: No matching distribution found for pip curl -sS https://bootstrap.pypa.io/pip/3.6/get-pip.py python3.6 /tmp/install_python.sh: line 27: python3.6: command not found curl: (23) Failed writing body (1338 != 1379)
`