Installing software in E2E cloud compute
apt-get install python3-pipnvcc --versionpython3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118import torch
torch.cuda.is_available()pip install jupyterlab
jupyter lab --allow-root --ip='*' --NotebookApp.token='' --NotebookApp.password=''Last updated