-
Notifications
You must be signed in to change notification settings - Fork 42
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
Maybe the simple
service should use CUDA images as base too?
#224
Comments
But then, how would simple be any different from train? |
After taking a look at the train image, I think I should just get rid of the fetch-torch option and force that image to always be a version that builds PyTorch. I will make the simple service the default to make life easier. |
Also, I should probably rename the |
Maybe |
This would also involve totally rewriting the README, which is a lot of work... |
Also, the simple service can get rid of the frozen conda requirements, I think. I don't use it and no one has asked about it after I removed the frozen environment file. |
Also, the README is getting a bit embarrassing after all these years. Maybe make it more sober? Although it might be better staying rather colorful. It should most definitely be shorter, though. |
A lot of libraries need to compile stuff during runtime. Using an Ubuntu base image is needlessly complicated.
The text was updated successfully, but these errors were encountered: