Skip to content
Snippets Groups Projects
Verified Commit c96a0ac8 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Had to rearrange args

parent 45f0db83
No related branches found
No related tags found
No related merge requests found
LABEL maintainer="Jeffrey Phillips Freeman <the@jeffreyfreeman.me>"
LABEL Description="Jupyter lab for various languages"
LABEL Version="1"
ARG GOLANG_VERSION=1.19.1
ARG JULIA_VERSION=1.8.2
ARG DOTNET_SDK_VERSION=6.0.401
......@@ -29,6 +25,10 @@ FROM openjdk:${JAVA_VERSION}-jdk-bullseye as openjdk
FROM continuumio/miniconda3:4.12.0
#FROM jupyter/datascience-notebook:latest
LABEL maintainer="Jeffrey Phillips Freeman <the@jeffreyfreeman.me>"
LABEL Description="Jupyter lab for various languages"
LABEL Version="1"
ENV HOME=/root
ENV NOTEBOOK_DIR=/jupyter/notebooks
ENV JUPYTER_DIR=/opt/jupyter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment