Skip to content

Commit 6450189

Browse files
Nosfericanparente
andauthored
Update datascience-notebook/hooks/apply_tags
Co-Authored-By: Peter Parente <[email protected]>
1 parent 231241f commit 6450189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datascience-notebook/hooks/apply_tags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PY_VERSION_TAG="python-$(docker run --rm ${IMAGE_NAME} python --version 2>&1 | a
99
docker tag $IMAGE_NAME "$DOCKER_REPO:$PY_VERSION_TAG"
1010
R_VERSION_TAG=="hub-$(docker run --rm -a STDOUT ${IMAGE_NAME} R --version | sed -n 1p | awk '{print $3}')"
1111
docker tag $IMAGE_NAME "$DOCKER_REPO:${R_VERSION_TAG%%\r}"
12-
JULIA_VERSION_TAG=="hub-$(docker run --rm -a STDOUT ${IMAGE_NAME} julia --version | awk '{print $3}')"
12+
JULIA_VERSION_TAG=="julia-$(docker run --rm -a STDOUT ${IMAGE_NAME} julia --version | awk '{print $3}')"
1313
docker tag $IMAGE_NAME "$DOCKER_REPO:${JULIA_VERSION_TAG%%\r}"
1414
NB_VERSION_TAG="notebook-$(docker run --rm -a STDOUT ${IMAGE_NAME} jupyter-notebook --version | tr -d '\r')"
1515
docker tag $IMAGE_NAME "$DOCKER_REPO:${NB_VERSION_TAG%% }"

0 commit comments

Comments
 (0)