update dockerfile
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-04 16:51:02 +02:00
parent c0b9ef332f
commit 5876edba20

View File

@ -12,6 +12,7 @@ RUN pip3 install numpy
RUN pip3 install wheel --no-deps -U
RUN pip3 install torch
RUN pip3 install sacred
RUN pip3 install GitPython
#RUN pip3 install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/#tensorflow-0.12.0-py3-none-any.whl
#RUN pip3 install keras
RUN apt-get install unzip