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