Skip to content
Snippets Groups Projects

Adapted URLs again in Quickstart.ipynb

3 files
+ 5
16
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
# Specify parent image. Please select a fixed tag here.
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses:2020-ss.1
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses:latest
FROM ${BASE_IMAGE}
# Install packages via requirements.txt
Loading