Code Monkey home page Code Monkey logo

docker's Introduction

docker

1. Docker on Windows 10 home

2. Docker run script

  1. Run by docker run command
    export IMAGE=02_dsml  
    export TAG=02_geocoding
    docker run -it --name=geo -e DISPLAY=$DISPLAY -v //c/Arbeitplatz/:/workplace -p 8888:8888 --shm-size 4g jehyunlee/${IMAGE}:${TAG}
  2. Run by script
    • script download [Link]
    $ run

3. Dockerfiles

  1. jehyunlee/00_base
    • :kr
      • [ubuntu] ubuntu 16.04
      • [browser] firefox, dbus-x11
      • [language] fonts-nanum vim uim uim-byeoru
      • [locale] ko_KR.UTF-8
  2. jehyunlee/01_anaconda
    • :01_jlab
      • [DEV] anaconda3, nodejs, pydot, graphviz
      • [ENV] alias, jupyter-notebook-config, PYTHONPATH
    • :02_jlabext
      • [ENV] jupyter lab extensions
        • ipywidget, github, latex, drawio, go_to_definition, code_formatter, toc, google-drive, git, mathjax3, graphviz
          • latex:
            (1) c.LatexConfig.latex_command = 'pdflatex' should be added on /root/.jupyter/jupyter_notebook_config.py, as implemented in Dockerfile)
            (2) For missing PACKAGE (.sty) error, corresponding .sty file should be pasted on /usr/share/texlive/texmf-dist/tex/latex/[PACKAGE_NAME]/[PACKAGE.sty] and mktexlsr is executed for database update.
  3. jehyunlee/02_dsml

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.