ploomber / soopervisor

☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow.
https://soopervisor.readthedocs.io
Apache License 2.0
45 stars 18 forks source link

slurm tutorial: invalid docker-compose.yml #43

Closed edublancas closed 2 years ago

edublancas commented 2 years ago

A user reported the provided docker-compose.yml in the slurm tutorial throws the following error:

$docker-compose up -d
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for volumes: 'shared-vol'
Unsupported config option for services: 'slurmmaster'

It works fine on my laptop, running docker-compose version 1.29.2, build 5becea4c So this is likely a version incompatibility, we have to find out more and add a note in the tutorial.