Skip to content
Snippets Groups Projects
Commit 5c087ffe authored by Steffen Vogel's avatar Steffen Vogel
Browse files

rename base image add new one for courses

parent 3b2c1186
No related branches found
No related tags found
No related merge requests found
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-base
FROM ${BASE_IMAGE}
# Nothing yet
# This is just a placeholder for later
\ No newline at end of file
ARG BASE_IMAGE=jupyter/minimal-notebook
FROM $BASE_IMAGE
USER root
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment