giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
319 stars 187 forks source link

Using mariadb instead of mysql #28

Closed lcrownover closed 1 year ago

lcrownover commented 1 year ago

The mysql5.7 container is incompatible with M1 Macs. Switching to mariadb fixes the issue, and should behave roughly the same.

Resolves #26

giovtorres commented 1 year ago

Thank you! 🚀