All Projects → haven-jeon → ko_data_science_docker

haven-jeon / ko_data_science_docker

Licence: other
데이터 분석 모델링용 도커 이미지

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ko data science docker

Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (+21085.71%)
Mutual labels:  jupyter, mxnet
Deepo
Setup and customize deep learning environment in seconds.
Stars: ✭ 6,145 (+43792.86%)
Mutual labels:  jupyter, mxnet
Machine Learning Using K8s
Train and Deploy Machine Learning Models on Kubernetes using Amazon EKS
Stars: ✭ 145 (+935.71%)
Mutual labels:  jupyter, mxnet
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (+85.71%)
Mutual labels:  mxnet
MXNet-EfficientNet
A Gluon Implement of EfficientNet
Stars: ✭ 12 (-14.29%)
Mutual labels:  mxnet
gpu accelerated forecasting modeltime gluonts
GPU-Accelerated Deep Learning for Time Series using Modeltime GluonTS (Learning Lab 53). Event sponsors: Saturn Cloud, NVIDIA, & Business Science.
Stars: ✭ 20 (+42.86%)
Mutual labels:  mxnet
notebooks
Collection of (unfinished) notebooks
Stars: ✭ 13 (-7.14%)
Mutual labels:  jupyter
RocketJoe
RocketJoe is a software development platform for creating high-performance applications.
Stars: ✭ 31 (+121.43%)
Mutual labels:  jupyter
mxnet-transducer
Fast parallel RNN-Transducer.
Stars: ✭ 11 (-21.43%)
Mutual labels:  mxnet
docker-DataScience
Dockerfile containing the libraries I need in most of my projects.
Stars: ✭ 19 (+35.71%)
Mutual labels:  jupyter
jupyterhub-deploy-hpc
Documented examples of Jupyterhub deployment in HPC settings
Stars: ✭ 30 (+114.29%)
Mutual labels:  jupyter
ipymarkup
NER, syntax markup visualizations
Stars: ✭ 108 (+671.43%)
Mutual labels:  jupyter
onnx tensorrt project
Support Yolov5(4.0)/Yolov5(5.0)/YoloR/YoloX/Yolov4/Yolov3/CenterNet/CenterFace/RetinaFace/Classify/Unet. use darknet/libtorch/pytorch/mxnet to onnx to tensorrt
Stars: ✭ 145 (+935.71%)
Mutual labels:  mxnet
deep-learning-nd
Udacity Deep learning nanodegree projects
Stars: ✭ 52 (+271.43%)
Mutual labels:  jupyter
robot
Functions and classes for gradient-based robot motion planning, written in Ivy.
Stars: ✭ 29 (+107.14%)
Mutual labels:  mxnet
zoe
Zoe: Container Analytics as a Service -- mirror of https://gitlab.eurecom.fr/zoe/main/
Stars: ✭ 51 (+264.29%)
Mutual labels:  jupyter
keras-adversarial-autoencoders
Experiments with Adversarial Autoencoders using Keras
Stars: ✭ 20 (+42.86%)
Mutual labels:  jupyter
data-lineage
Generate and Visualize Data Lineage from query history
Stars: ✭ 166 (+1085.71%)
Mutual labels:  jupyter
gaia
Gaia is a geospatial analysis library jointly developed by Kitware and Epidemico.
Stars: ✭ 29 (+107.14%)
Mutual labels:  jupyter
EngComp4 landlinear
Using computational thinking to get deep insights on the foundations of linear algebra
Stars: ✭ 102 (+628.57%)
Mutual labels:  jupyter

Data Science Machine Learning Docker

딥러닝, 통계분석, 기계학습 모델링을 위한 도커 이미지

주안점

  • R, Python 커널제공
  • MXNet 기본 설치(Nvidia 이미지(cuda:9.1-cudnn7, ubuntu 16.04) 기반)
  • jupyter lab과 jupyter 중 선택사용
  • jupyter 노트북 블랙테마 기본 적용(bitstream vera sans mono 폰트)
  • jupyter extention 및 테마 기본설치
  • 주피터(Python커널) 셀 내에서 R 코드 실행 설정(with rpy2)
  • Matplotlib 한글 폰트 기본 제공(나눔코딩폰트)
  • seaborn, pandas, numpy 등 핵심 패키지 기본 설치
  • R 플로팅 한글 폰트 기본 제공(나눔코딩폰트)
  • ggplot2, data.table 등 주요 패키지 기본 설치
  • GUID, UID 설정을 통한 마운트 디스크 권한 이슈 해결
  • KoNLPy 등 한글 분석 환경 기본 설치

사용법

docker build -t img:0.01 ./

  • 권한확인

id gogamza

uid=1000(gogamza) gid=1000(gogamza) 그룹들=1000(gogamza),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),121(lpadmin),132(sambashare),998(docker)

  • 실행

docker run --runtime=nvidia -e NB_GID=1000 -e NB_UID=1000 -e GRANT_SUDO=yes --name gogamza --user root -v /home/gogamza/work:/home/gogamza/work -d -p 8888:8888 img:0.01 start.sh jupyter lab --NotebookApp.token='a1234'

스크린샷

  • jupyter lab

  • jupyter

  • rpy2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].