Hello,
I would like to run a GitHub repository on my Jetson TX2. Packages requirement to run the application on the Jetson TX2 is following:
- Cuda 9.0
- OpenCV 3.4.1
- Caffe 1.0.0
- Pytorch 1.0.0
- Python 3.6
Packages version available currently on my JetsonTX2 are:
- Python 3.7
- CUDA 10.2
- PyTorch 1.0.0
I tried use the following docker command (“nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04”) to pull the docker image container; but, docker has deprecated the support for NVIDIA CUDA (mentioned on the docker website).
- Is there any way to install all the packages with the specific version at once?
- Also, versions of this packages are old so most of them are archived so how can I install the archived of the packages?
- Do I need to re flash the Jetson TX2 to setup this packages version environment?