File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# First stage : setup the system and environment
2- FROM eclipse-temurin:11-jre-noble as base
2+ FROM eclipse-temurin:11-jre-noble AS base
33
44RUN \
55 apt-get update && \
@@ -33,7 +33,7 @@ RUN cp source/custom.js $JUPYTER_CONFIG_DIR/custom/
3333RUN cp source/jupyter_server_config.py $JUPYTER_CONFIG_DIR/
3434
3535# Second stage - download Scala requirements and the Scala kernel
36- FROM base as intermediate-builder
36+ FROM base AS intermediate-builder
3737
3838RUN mkdir /coursier_cache
3939
5555# RUN jupyter nbconvert --to notebook --output=/tmp/0_demo --execute 0_demo.ipynb
5656
5757# Last stage
58- FROM base as final
58+ FROM base AS final
5959
6060# copy the Scala requirements and kernel into the image
6161COPY --from=intermediate-builder /coursier_cache/ /coursier_cache/
You can’t perform that action at this time.
0 commit comments