-
Notifications
You must be signed in to change notification settings - Fork 14
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
How To Get This Working On An 18.04-based System? #6
Comments
What errors did you meet? And I suggest install docker and use ubuntu:20.04 image to test. You can use following command to mapping your gpu from host to container.
|
You were so insistent on people using 20.04, that I assumed there was a hard dependency on it somewhere in your scripts. So I wanted to know what I needed to do to work around it. I'm trying it on 18.04 now. One thing I've run into is that the scripts don't gracefully handle paths with spaces in the name. The variables need to be enclosed in double quotes when they are used in the scripts. For instance lines 5 & 6 of
There's probably more places besides those first few lines in the other scripts. I'm going through them now. Also, I've created a convenience script to go through the scripts and execute them in order so I don't have to do it manually. |
You can move this issue to https://github.com/xuhuisheng/rocm-build. |
Well, I've run into a couple of problems in your scripts:
|
What would I need to do to get this working on my 18.04LTS-based system?
I'm running elementaryOS 5.1.7, and the only upgrade path to a 20.04-based system is a clean install. I can't afford to have my system down for any length of time, or lose any data, if something goes wrong with a full install.
My video card is an RX590.
The text was updated successfully, but these errors were encountered: