Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ RUN pip --no-cache-dir install --upgrade ipython && \
RUN pip --no-cache-dir install \
https://storage.googleapis.com/tensorflow/linux/${TENSORFLOW_ARCH}/tensorflow_${TENSORFLOW_ARCH}-${TENSORFLOW_VERSION}-cp27-none-linux_x86_64.whl

# Install specific html5lib so TensorBoard can run
RUN pip --no-cache-dir install --upgrade html5lib==1.0b8

# Install dependencies for Caffe
RUN apt-get update && apt-get install -y \
Expand Down