Skip to content

Commit

Permalink
correct syntax for docker from
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 1, 2024
1 parent 2bc5deb commit 928a5b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Use the Slurm base image
FROM ghcr.io/watonomous/slurm-dist:sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b5

FROM ghcr.io/watonomous/slurm-dist:main-daemon-base@sha256:bf7503c3bc94074038a896ee42356228d14e5747fab6d00f0d7c1f54416bd2b5
# 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 928a5b9

Please sign in to comment.