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
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!
The text was updated successfully, but these errors were encountered:
MoeBensu
changed the title
handle docker-compose step when using enroot containers
handle docker-compose step when using multiple docker containers
Jan 18, 2022
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!
The text was updated successfully, but these errors were encountered: