megablocks
megablocks copied to clipboard
Docker issues with PyPI installation
When I run pip install megablocks
, I seem to be getting this error:
RuntimeError: ('Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx', "This image doesn't seem to support current EC2 instance type, please check release notes for supported EC2 instance type")
However, it works fine when I build from source (i.e. pip install git+https://github.com/stanford-futuredata/megablocks.git@main
)