Replies: 1 comment
-
Overall I have no preference whether Docker containers are available or not. I do not think I would be using them in the short term at least. I think providing pre-built packages of oneMath would be more useful to users and as such a higher priority. We have found this would help users enable oneMath in GROMACS or llama.cpp for instance. We discussed this suggestion in #467 for instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
Design Overview
Dockerfiles
and the compiler selection could be done throughdocker environment variables
when starting the container.docker compose
can also be implemented to provide pre-configureddocker services
that can be run on the fly or deployed in automation with minimal system or docker modifications.Example: oneMATH/Dockerfile.cuda at docker_backends · vmalia/oneMATH
Other Advantages
Considerations when making a decision
Future Scope
docker
support and everything works as expected, we can choose to publish images todockerhub
using official channels forintel
(or UXL Foundation if there will be one eventually).Timeline
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions