Skip to content

Commit

Permalink
fixing slurm config file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Feb 13, 2024
1 parent 03b0d0c commit df986a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Start the SLURM cluster container
run: |
docker run -d -p 2222:22 --name slurm-container slurm-image
docker exec slurm-container ll /etc/slurm/slurm.conf
docker exec slurm-container chmod +r /etc/slurm/slurm.conf
docker exec slurm-container ll /etc/slurm/slurm.conf
Expand Down

0 comments on commit df986a8

Please sign in to comment.