https://github.com/sainathadapa/ds-docker
https://github.com/sainathadapa/ds-docker
docker-image python r
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sainathadapa/ds-docker
- Owner: sainathadapa
- License: gpl-2.0
- Created: 2018-06-28T14:59:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T08:07:31.000Z (almost 8 years ago)
- Last Synced: 2026-01-18T17:54:58.629Z (5 months ago)
- Topics: docker-image, python, r
- Language: Shell
- Homepage: https://hub.docker.com/r/sainathadapa/ds-docker/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker image:
- Based on https://github.com/rocker-org/rocker
- Code shared under GPL-2.0
- Ubuntu 18.04 as the base image
- Has R and RStudio installed, with selected packages installed as well
- Jupyter, pandas, sklearn, are also installed
https://hub.docker.com/r/sainathadapa/ds-docker/
docker run -it -p 8787:8787 -p 8888:8888 sainathadapa/ds-docker /usr/bin/fish
jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root