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,4 +1,5 @@
|
||||
FROM quay.io/jupyter/base-notebook
|
||||
ARG BASE_IMAGE=quay.io/jupyter/base-notebook
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
# Install the Dask dashboard
|
||||
RUN mamba install --yes 'dask-labextension' && \
|
||||
|
Reference in New Issue
Block a user