mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Build contributed recipes in PRs (#2212)
* Build contributed recipes in PRs * Fix GitHub matrix
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user