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

Has anyone tried not to use a container environment? #88

Open
PamelaDDD opened this issue Oct 26, 2021 · 1 comment
Open

Has anyone tried not to use a container environment? #88

PamelaDDD opened this issue Oct 26, 2021 · 1 comment

Comments

@PamelaDDD
Copy link

I encountered the following error on GPU 3090, but it can run successfully on Titan Xp. I suspect that the Cuda version in the container is relatively low. So has anyone tried to build an environment to run uniter without using the official container environment? Or does anyone have a better solution?
image

@2292384454
Copy link

Hello, I have encountered a problem with you on 3090, and Hope my method can help you.
①You should install a newer CUDA in your container than CUDA10.0. I installed CUDA 11.3 from https://developer.nvidia.com/.
②And then you need re-installe your torch in container . I did this like "pip install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html".
③Then you will encounter the problem of "ImportError: cannot import name 'container_abcs'". You can solve that by reading"https://blog.csdn.net/qq_19313495/article/details/120361059".

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

2 participants