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,4 +1,5 @@
FROM quay.io/jupyter/minimal-notebook
ARG BASE_IMAGE=quay.io/jupyter/minimal-notebook
FROM $BASE_IMAGE
# Name your environment and choose the Python version
ARG env_name=python310