GithubHelp home page GithubHelp logo

bethgelab / docker-deeplearning Goto Github PK

View Code? Open in Web Editor NEW
8.0 19.0 5.0 74 KB

Development of new unified docker container (WIP)

License: Other

Python 60.90% Shell 15.80% Makefile 2.96% Dockerfile 20.35%

docker-deeplearning's Introduction

docker-deeplearning

Development of new unified docker container (WIP)

docker-deeplearning's People

Contributors

aboettcher avatar berleon avatar jonasrauber avatar matthias-k avatar wielandbrendel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-deeplearning's Issues

fix agmb-docker

We want to replace our current bash-script agmb-docker with a python-based script that:

  • sets the username & userID
  • chooses random ports for the jupyter notebook & SSH connection
  • adds the home-directory (or the whole bethge-folder if script detects it is running within CIN)
  • displays some helper information

Tensorboard on cudnn6 container fails

When running tensorboard in our cudnn6 containers

agmb-docker run --name -tfboard-0 -p 7100:6006 -d bethgelab/deeplearning:cuda8.0-cudnn6 tensorboard --logdir="$PWD"/train_logs/

I am running into the following problem:

Traceback (most recent call last):
  File "/usr/local/bin/tensorboard", line 7, in <module>
    from tensorboard.main import main
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/main.py", line 30, in <module>
    from tensorboard import default
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/default.py", line 35, in <module>
    from tensorboard.plugins.audio import audio_plugin
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/plugins/audio/audio_plugin.py", line 27, in <module>
    from tensorboard import plugin_util
  File "/usr/local/lib/python3.5/dist-packages/tensorboard/plugin_util.py", line 21, in <module>
    import bleach
  File "/usr/local/lib/python3.5/dist-packages/bleach/__init__.py", line 7, in <module>
    from bleach.linkifier import (
  File "/usr/local/lib/python3.5/dist-packages/bleach/linkifier.py", line 6, in <module>
    from html5lib.filters.base import Filter
ImportError: No module named 'html5lib.filters.base'

This seems to be related to the version of html5lib, see tensorflow/tensorflow#8971. This issue does not arise in our cudnn5 containers. It's probably enough to manually install the correct library version in the Dockerfile.

pip, pip2 and pip3

pip sometimes refers to pip3, even when python refers to python2. It doesn't make much sense, but we should explicitly use pip2 in the Dockerfile.

TensorFlow release candidates

I am wondering whether we should explicitly specify the TensorFlow version number and to install release canidates as the default.

Doesn't build anymore

Step 14 : RUN pip2 install pip --upgrade  && pip3 install pip --upgrade  && pip2 install setuptools  && pip3 install setuptools
 ---> Running in a8882b8e775b
Traceback (most recent call last):
  File "/usr/bin/pip2", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.