diff --git a/Dockerfile b/Dockerfile index ed451ca..e6882f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN echo "c.NotebookApp.ip = '*'" \ EXPOSE 8888 # -# Tensorflow 1.4.0 - CPU +# Tensorflow 1.4.1 - CPU # RUN pip3 install --no-cache-dir --upgrade tensorflow @@ -109,7 +109,7 @@ RUN pip3 install --no-cache-dir python-dateutil --upgrade RUN apt-get install -y --no-install-recommends default-jdk # -# Keras 2.1.1 +# Keras 2.1.2 # RUN pip3 install --no-cache-dir --upgrade h5py pydot_ng keras diff --git a/README.md b/README.md index 528ecca..2bf79b9 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Keep in mind that this image is big (3GB+). I considered dropping a few tools or ## Included Libraries - Ubuntu 16.04 LTS - Python 3.5.2 -- Tensorflow 1.4.0 +- Tensorflow 1.4.1 - PyTorch 0.3 - OpenCV 3.2 - Jupyter Notebook - Numpy, Scipy, Scikit Learn, Scikit Image, Pandas, Matplotlib, Pillow - Caffe -- Keras 2.1.1 +- Keras 2.1.2 - Java JDK - PyCocoTools (MS COCO dev kit)