You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code as written doesn't work w/ my RTX 3090. Not supported capability. I built a docker (that works!) -
docker pull petergaston/u18cuda11
This is:
base nvcr.io/nvidia/cuda:11.0.3-cudnn8-runtime
installation per instructions, except for line:
conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=11.0 -c pytorch
think I also needed these to get it to work...
apt-get update
apt install libgl1-mesa-glx # some error...
apt-get install -y libglib2.0-0 libsm6 libxrender1 libxext6
The text was updated successfully, but these errors were encountered:
pgaston
changed the title
Docker for RTX class GPU
Docker for RTX class GPU for LeReS
Oct 20, 2023
The code as written doesn't work w/ my RTX 3090. Not supported capability. I built a docker (that works!) -
docker pull petergaston/u18cuda11
This is:
conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=11.0 -c pytorch
apt-get update
apt install libgl1-mesa-glx # some error...
apt-get install -y libglib2.0-0 libsm6 libxrender1 libxext6
The text was updated successfully, but these errors were encountered: