https://github.com/dimdasci/docker-samples
A set of Docker configuration for a variety of Data Science projects
https://github.com/dimdasci/docker-samples
data-science docker
Last synced: about 2 months ago
JSON representation
A set of Docker configuration for a variety of Data Science projects
- Host: GitHub
- URL: https://github.com/dimdasci/docker-samples
- Owner: dimdasci
- License: mit
- Created: 2022-08-14T10:08:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T16:14:40.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T01:32:00.966Z (over 2 years ago)
- Topics: data-science, docker
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-samples
A set of Docker configuration for a variety of Data Science projects
## Jupyter
This is a starter image with Python 3.9.13 and Jupyter notebook.
See [jupyter](./jupyter/) for more details.
## Postgres SQL and Metabase
It is a Docker compose running three containers:
- [Metabase](https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-docker.html#use-docker-secrets-to-hide-sensitive-parameters)
- [Postgres 12](https://github.com/docker-library/docs/blob/master/postgres/README.md) as a storage for Metabase
- [Adminer](https://www.adminer.org) as a DB management tool.