I am completely new to enroot. So, excuase any beginners questions.
I have this model and deploy it right away using docker. However, I work right now in a new environment to me (a head node in Slurm cluster with enroot).
After some reading in Enroot docs, it seems it's straightforward to use docker images by simply creating repos for them on docker hub and then import them via enroot. However, I am still not able to find a way in how to go about docker-compse step?
There is no support for Docker compose, so you will have to translate each service in the compose file to a container launch.
The easiest is to use Pyxis and write a sbatch script that mimics what compose is doing.
Hi,
I am completely new to enroot. So, excuase any beginners questions.
I have this model and deploy it right away using docker. However, I work right now in a new environment to me (a head node in Slurm cluster with enroot).
After some reading in Enroot docs, it seems it's straightforward to use docker images by simply creating repos for them on docker hub and then import them via enroot. However, I am still not able to find a way in how to go about docker-compse step?
Thank you!