GPU requirements not met

Hi all,

Was trying to setup a low-end Flame station for basic assist work - project setup etc.

The system only has a Nvidia GTX 1650.

Is there a way to bypass this error upon install?

Thanks in advance

Haven’t had to do this myself but setting up DL_NO_CHECK as an environment variable and giving it a value of 1 should bypass GPU requirement check for headless systems.

You can do this in the terminal by entering DL_NO_CHECK=1.

You can check you have set the environment variable by running…

echo $DL_NO_CHECK

it should return 1

Then install flame using the same terminal window by running

./INSTALL_FLAME --noui

Note: I don’t know if you will be able to run Flame, but this should allow you to at least install it.

3 Likes

You can pick up a P6000 on eBay for around $650. If that doesn’t fit within your budget, re-evaluate your business plan.

3 Likes

Hi,

Thanks for responding.

As I mentioned this system is only to assist a larger, more powerful system so really won’t even make full use of the GTX 1650 that’s already installed.

I will try [friendlyape]'s suggestion when I get the chance.

1 Like