Build contributed recipes in PRs (#2212)

* Build contributed recipes in PRs

* Fix GitHub matrix
This commit is contained in:
Ayaz Salikhov
2025-02-17 15:25:44 +00:00
committed by GitHub
parent ae572aa64f
commit 102f5a6325
14 changed files with 60 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
# Using Docker Hub here, because this image is old and not pushed to Quay.io
FROM docker.io/jupyter/base-notebook:notebook-6.5.4
ARG BASE_IMAGE=docker.io/jupyter/base-notebook:notebook-6.5.4
FROM $BASE_IMAGE
RUN pip install --no-cache-dir 'jupyter_contrib_nbextensions' && \
jupyter contrib nbextension install --user && \