Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01o10/venpyr
Docker Image for Data Science projects in Python and R.
https://github.com/01o10/venpyr
data-science docker git poetry python quarto r vscode
Last synced: 7 days ago
JSON representation
Docker Image for Data Science projects in Python and R.
- Host: GitHub
- URL: https://github.com/01o10/venpyr
- Owner: 01O10
- Created: 2024-11-22T11:38:19.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-02T13:00:25.000Z (21 days ago)
- Last Synced: 2024-12-17T00:13:37.253Z (7 days ago)
- Language: Dockerfile
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# venpyr
![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)Docker image for Data Science projects in Python and R.
## Get the Image
You can pull the `venpyr` image from DockerHub:
```shell
docker pull timabg/venpyr
```## Content
`venpyr` does contain the following tools for your Data Science project:
- 💻 __OS image__: Ubuntu (v22.04).
- 🐍 __Programming language__: Python (v3.10), R (v4.3.1).
- 📖 __Documentation__: Quarto (v1.5.57).
- 🧩 __Package manager__: Poetry (v1.8.0).
- ⏲ __Versioning__: Git.
- ✨ __VScode facilities__: basic extensions and settings (devcontainer.json, settings.json).## About
`venpyr` is a basic Docker image for coding in Python/R in Data Science projects.