From 336cffe064ada2f8767a50be2c0581bbd6810255 Mon Sep 17 00:00:00 2001 From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de> Date: Thu, 30 Jan 2020 11:40:25 +0100 Subject: [PATCH] adjust location for Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b675777..8cca567 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Specify parent image -ARG BASE_IMAGE=registry.git.rwth-aachen.de/acs/cloud/jupyter/singleuser/python:latest +ARG BASE_IMAGE=registry.git-ce.rwth-aachen.de/jupyter/singleuser/python:latest FROM ${BASE_IMAGE} # Update conda base environment to match specifications in environment.yml -- GitLab