Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker for RTX class GPU for LeReS #79

Open
pgaston opened this issue Oct 20, 2023 · 0 comments
Open

Docker for RTX class GPU for LeReS #79

pgaston opened this issue Oct 20, 2023 · 0 comments

Comments

@pgaston
Copy link

pgaston commented 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:

  • 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
@pgaston pgaston changed the title Docker for RTX class GPU Docker for RTX class GPU for LeReS Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant