Skip to content
Snippets Groups Projects
Commit a8187658 authored by Rostislav Chudoba's avatar Rostislav Chudoba
Browse files

Merge branch 'registry_change' into 'master'

Update Dockerfile

See merge request bmcs_apps!1
parents 8246bd56 e8b48586
No related branches found
No related tags found
1 merge request!1Update Dockerfile
# Specify parent image. Please select a fixed tag here. # Specify parent image. Please select a fixed tag here.
FROM registry.git.rwth-aachen.de/jupyter/profiles/rwth-minimal-2021-ss:latest FROM registry.jupyter.rwth-aachen.de/profiles/rwth-minimal-2021-ss:latest
# FROM jupyter/minimal-notebook:lab-3.1.4 # FROM jupyter/minimal-notebook:lab-3.1.4
# .. Or update conda base environment to match specifications in environment.yml # .. Or update conda base environment to match specifications in environment.yml
ADD environment.yml /tmp/environment.yml ADD environment.yml /tmp/environment.yml
...@@ -21,4 +21,4 @@ RUN jupyter labextension install ipyregulartable@0.2.0 ...@@ -21,4 +21,4 @@ RUN jupyter labextension install ipyregulartable@0.2.0
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager
RUN jupyter labextension install k3d RUN jupyter labextension install k3d
\ No newline at end of file
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