mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 02:54:05 +00:00
Add missing r version tagger
This commit is contained in:
@@ -47,7 +47,7 @@ ALL_IMAGES = {
|
|||||||
),
|
),
|
||||||
"datascience-notebook": ImageDescription(
|
"datascience-notebook": ImageDescription(
|
||||||
parent_image="scipy-notebook",
|
parent_image="scipy-notebook",
|
||||||
taggers=[JuliaVersionTagger]
|
taggers=[RVersionTagger, JuliaVersionTagger]
|
||||||
),
|
),
|
||||||
"pyspark-notebook": ImageDescription(
|
"pyspark-notebook": ImageDescription(
|
||||||
parent_image="scipy-notebook",
|
parent_image="scipy-notebook",
|
||||||
|
Reference in New Issue
Block a user