-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
CPU only package #87
Comments
At present we don't have any plans to create a CPU only conda package. But we're hoping to provide PyPI packages in the future, which will give a route for installing without needing to include a full CUDA toolkit. |
Thanks @peastman. I am trying to stay away from pip package when possible so a CPU only conda package would be really nice, but I also understand the added burden to build it! |
Though it's not an ideal solution, you can force it to remove the CUDA toolkit after everything has been installed with
You probably also want to run |
Indeed not ideal but clearly a nice hotfix. Thanks! |
ref/tag openmm/openmm#3059 |
Comment:
Would that be possible to get a CPU only package similar to
pytorch-cpu
for example? I am deploying a backend with docker and one of my direct dep depends onopenmm
andcudatoolkit
is selected when installing the conda env and it increases the docker image size significantly (from 3GB to 5GB).Being able to specify
openmm-cpu
in my env file would helpful xDThe text was updated successfully, but these errors were encountered: