Git Product home page Git Product logo

dl_book_docker's Introduction

dl_book_docker

This docker container is for the book:

This is the docker container for the code examples in https://github.com/tensorchiefs/dl_book

Installation of docker

Running the container

In the docker command line execute:

docker run -p 8888:8888 -p 6006:6006 -it oduerr/dl_book_docker

open http://localhost:8888/?token=tensorchiefs or http://192.168.99.100:8888/tree?token=tensorchiefs(for some windows versions) in the browser. If you are asked for a password it's tensorchiefs

Running with a linked file system.

For playing with the examples, we recommand cloning the github repository https://github.com/tensorchiefs/dl_book. Alternatively you can also download the zip-file. You then have to point the docker container to the directory. If this is say ~/Documents/workspace/dl_book/ you have to execute:

docker run -p 8888:8888 -p 6006:6006 -v ~/Documents/workspace/dl_book/:/notebooks -it oduerr/dl_book_docker

Updating

Please make sure to use the latest container by updating it using

docker pull oduerr/dl_book_docker

Other useful hints for docker

Starting in bash

In case you want to not start the jupyter notebook sever automatically but want a bash shell do:

docker run -p 8888:8888 -p 6006:6006 -it oduerr/dl_book_docker bash

Local vs Inside container

The entry before the colon ':' is on the local machine, the one after it inside the container. Examples:

  docker run -p 4242:8888 -it oduerr/dl_book_docker #4242 is the port on the local machine, 8888 inside the container
  docker run -v /tmp/dl_book/:/notebooks/dl_book/ #/tmp/dl_book is on local machine

dl_book_docker's People

Contributors

oduerr avatar

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.