Skip to content

Commit

Permalink
Upgrade to Tensorflow 1.4.1 and Keras 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedka committed Jan 13, 2018
1 parent ea1809b commit 9c51815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9c51815

Please sign in to comment.