Code Monkey home page Code Monkey logo

python_dl's Introduction

python_dl: simple docker image for deep learning

docker link

1. https://hub.docker.com/repository/docker/x37n/python_dl/general
2. (automated build) https://hub.docker.com/repository/docker/x37n/python_dl/general
  • This dockerfile aims to zsh, load anaconda, python, tensorflow, pytorch, several statistical library, and jupyterlab.
  • From this repository, dockerHub automatically build latest image. Current latest file is built under the versions below
    • os: ubuntu XX.04
    • cuda, cudnn*-devel
    • PyTorch, TorchVision
    • Tensorflow
    • Jax / Flax
  1. Build docker image based on Dockerfile. You can edit docker image name in this file.
bash build.sh
  1. Create docker container based on the created docker image
start.sh

In container, it calls zsh as default. You can open juputerlab by

jupyter lab --ip=0.0.0.0 --port=8888 --allow-root

and you can see the logs at tensorboard by

tensorboard --logdir=<your logging directory>
  1. Once you generated docker image, you can save it to share different servers.
docker save hitoshi/cuda11.2:2023.05.04 > 20230504_cuda112.tar

From tar file, you can load it without rebuilding.

docker load < 20230504_cuda112.tar

You can rename image tag by the following command line.

docker image tag hitoshi/python-dl:10.1-ubuntu18.04-F22T17 hitoshi/python-dl:10.1-ubuntu18.04-F22T17-v2

docker commands

to update image(hitoshi/allinone:latest) from container (hitoshi_all)

docker commit hitoshi_all hitoshi/allinone:latest

You can also see backlogs for old Dockerfiles. Good Luck ๐Ÿ˜‰

python_dl's People

Contributors

hitoshi-nakanishi avatar

Watchers

James Cloos avatar Kostas Georgiou 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.