diff --git a/Dockerfile b/Dockerfile index 0eef30d..c5382a9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN pip3 install wheel --no-deps -U RUN pip3 install torch RUN pip3 install sacred RUN pip3 install GitPython +RUN pip3 install pymongo #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