You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not a fully thought through yet, but I started getting interesting in leveraging containerized external executables through Apptainer (https://apptainer.org/). The great thing about Apptainer (vs. docker) is that it does not require a daemon, so everything can be run in usermode without installing anything on the computer that requires admin access. Only the apptainer executable is required and then many dependencies can be leveraged within mill.
Also thought about creating a wrapper library in Scala called scalapptainer :)
Would love to get some feedback if there is merit in the proposal.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It's not a fully thought through yet, but I started getting interesting in leveraging containerized external executables through
Apptainer
(https://apptainer.org/). The great thing about Apptainer (vs. docker) is that it does not require a daemon, so everything can be run in usermode without installing anything on the computer that requires admin access. Only the apptainer executable is required and then many dependencies can be leveraged within mill.Also thought about creating a wrapper library in Scala called
scalapptainer
:)Would love to get some feedback if there is merit in the proposal.
Beta Was this translation helpful? Give feedback.
All reactions