giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
317 stars 185 forks source link

feat: use .env for SLURM_TAG and IMAGE_TAG #51

Closed giovtorres closed 1 month ago

giovtorres commented 1 month ago

This change switches to using a .env file for managing the SLURM_TAG and IMAGE_TAG environment variables for convenience. The README has been updated on how to use it.