Skip to content

Commit

Permalink
Update branches and tags for SC23 (#302)
Browse files Browse the repository at this point in the history
* Update the event tag

* Use releases/v0.21 to autogenerate output
  • Loading branch information
alalazo committed Nov 12, 2023
1 parent 4f0c860 commit 92a93de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you have not done the prior sections, you'll need to start the docker image::

docker run -it ghcr.io/spack/tutorial:isc23
docker run -it ghcr.io/spack/tutorial:sc23

and then set Spack up like this::

Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ container image. You can invoke

.. code-block:: console
$ docker pull ghcr.io/spack/tutorial:isc23
$ docker run -it ghcr.io/spack/tutorial:isc23
$ docker pull ghcr.io/spack/tutorial:sc23
$ docker run -it ghcr.io/spack/tutorial:sc23
to start using the container. You should now be ready to run through our demo scripts:

Expand Down

0 comments on commit 92a93de

Please sign in to comment.