Skip to content

Commit

Permalink
feat(scripts): upgrade to Jupyter SciPy 7.2.2 notebook (reanahub#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Nov 22, 2024
1 parent 7da51d3 commit 1ca9dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prefetch-images.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/bin/bash
#
# This file is part of REANA.
# Copyright (C) 2020, 2021, 2022, 2023 CERN.
# Copyright (C) 2020, 2021, 2022, 2023, 2024 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.

for image in \
docker.io/jupyter/scipy-notebook:notebook-6.4.5 \
docker.io/maildev/maildev:1.1.0 \
docker.io/library/postgres:12.13 \
docker.io/library/redis:5.0.5 \
Expand All @@ -20,6 +19,7 @@ for image in \
docker.io/reanahub/reana-workflow-engine-serial:0.9.3 \
docker.io/reanahub/reana-workflow-engine-snakemake:0.9.3 \
docker.io/reanahub/reana-workflow-engine-yadage:0.9.4 \
quay.io/jupyter/scipy-notebook:notebook-7.2.2 \
; do
docker pull $image
kind load docker-image $image
Expand Down

0 comments on commit 1ca9dea

Please sign in to comment.