Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various fixes #416

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion outputs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DOCKER_RUN_OPTS :=


# Name of the container we'll generate the tutorial outputs with
container := ghcr.io/spack/tutorial:latest@sha256:417900cce4592159456050a91d844fc9e81fcb01125a55555092fa450ce59a67
container := ghcr.io/spack/tutorial:latest@sha256:09098a50655d7b300d324077f2b987d16ac6374fe37911b50692a564a2711a68
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
container := ghcr.io/spack/tutorial:latest@sha256:09098a50655d7b300d324077f2b987d16ac6374fe37911b50692a564a2711a68
container := ghcr.io/spack/tutorial:latest@sha256:978cbf0a169644b3bc06f30a397770ee935b1836aa742f7996b4d74d7a4e4721

@haampie just a quick update to point this at a sc24 like latest container.


# Sections to build
sections := environments
Expand Down