Commit 642d512c authored by Baumgartner, Michael's avatar Baumgartner, Michael
Browse files

update dockferfile

parent 938687e7
......@@ -33,7 +33,10 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
gdb \
ninja-build
RUN pip install numpy
# updating requests and urllib3 fixed compatibility with my docker version
RUN pip install numpy \
&& pip install --upgrade requests \
&& pip install --upgrade urllib3
# Install own code
COPY ./requirements.txt .
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment