Skip to content

Commit

Permalink
daemon -> slurmctl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 2, 2024
1 parent 079cbbd commit aa9600e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Use the Slurm base image
FROM ghcr.io/watonomous/slurm-dist:main-daemon-base@sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b5
FROM ghcr.io/watonomous/slurm-dist:sha-d71cada1ede70e133c6765e0239840ec97aadd40-slurmctld

# Install Python and any dependencies
RUN apt-get update && apt-get install -y python3 python3-pip && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit aa9600e

Please sign in to comment.