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

fix pip command

parent 275a1de9
No related branches found
No related tags found
No related merge requests found
Pipeline #281529 failed
......@@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}
# Install packages via requirements.txt
ADD requirements.txt .
RUN pip3 install -r requirements.txt
RUN pip 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