Skip to content

Commit 1ca9dea

Browse files
committed
feat(scripts): upgrade to Jupyter SciPy 7.2.2 notebook (#846)
1 parent 7da51d3 commit 1ca9dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prefetch-images.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22
#
33
# This file is part of REANA.
4-
# Copyright (C) 2020, 2021, 2022, 2023 CERN.
4+
# Copyright (C) 2020, 2021, 2022, 2023, 2024 CERN.
55
#
66
# REANA is free software; you can redistribute it and/or modify it
77
# under the terms of the MIT License; see LICENSE file for more details.
88

99
for image in \
10-
docker.io/jupyter/scipy-notebook:notebook-6.4.5 \
1110
docker.io/maildev/maildev:1.1.0 \
1211
docker.io/library/postgres:12.13 \
1312
docker.io/library/redis:5.0.5 \
@@ -20,6 +19,7 @@ for image in \
2019
docker.io/reanahub/reana-workflow-engine-serial:0.9.3 \
2120
docker.io/reanahub/reana-workflow-engine-snakemake:0.9.3 \
2221
docker.io/reanahub/reana-workflow-engine-yadage:0.9.4 \
22+
quay.io/jupyter/scipy-notebook:notebook-7.2.2 \
2323
; do
2424
docker pull $image
2525
kind load docker-image $image

0 commit comments

Comments
 (0)