mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 21:12:57 +00:00
Build contributed recipes in PRs (#2212)
* Build contributed recipes in PRs * Fix GitHub matrix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM quay.io/jupyter/base-notebook
|
||||
ARG BASE_IMAGE=quay.io/jupyter/base-notebook
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
RUN mamba install --yes 'jupyterlab_rise' && \
|
||||
mamba clean --all -f -y && \
|
||||
|
Reference in New Issue
Block a user