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

Preparing semester 2023

parent 56c58181
No related branches found
No related tags found
No related merge requests found
# Specify parent image. Please select a fixed tag here.
FROM registry.jupyter.rwth-aachen.de/profiles/rwth-minimal-2021-ss:latest
ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses:latest
FROM ${BASE_IMAGE}
# .. Or update conda base environment to match specifications in environment.yml
ADD environment.yml /tmp/environment.yml
# All packages specified in environment.yml are installed in the base environment
......
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