Configure a same virtual environment on server as Jetson Posted on 2022-12-14 Edited on 2024-03-30 In config Symbols count in article: 335 Reading time ≈ 1 mins. Talk is cheap, show me the codeNote: these commands are for x86 based server, not for Jetson itself. For Jetpack 4.6 12conda create -n py36 python=3.6conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge For Jetpack 5.0+ 12conda create -n py38 python=3.8.10conda install pytorch==1.13.0 cudatoolkit=11.8 -c pytorch -c conda-forge Welcome to my other publishing channels RSS