Skip to content
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

handle docker-compose step when using multiple docker containers #115

Open
MoeBensu opened this issue Jan 18, 2022 · 1 comment
Open

handle docker-compose step when using multiple docker containers #115

MoeBensu opened this issue Jan 18, 2022 · 1 comment

Comments

@MoeBensu
Copy link

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!

@MoeBensu MoeBensu changed the title handle docker-compose step when using enroot containers handle docker-compose step when using multiple docker containers Jan 18, 2022
@3XX0
Copy link
Member

3XX0 commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants