Skip to content
Snippets Groups Projects
Commit e243cd91 authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

fix Dockerfile

parent 902d1372
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ ARG BASE_IMAGE=registry.git.rwth-aachen.de/jupyter/profiles/rwth-courses:2020-ss
FROM ${BASE_IMAGE}
# Install packages via requirements.txt
ADD /tmp/requirement.txt .
RUN pip3 install -r /tmp/requirements.txt
ADD requirements.txt .
RUN pip3 install -r requirements.txt
# .. Or update conda base environment to match specifications in environment.yml
ADD environment.yml /tmp/environment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment