Docker image for Data Science projects in Python and R.
You can pull the venpyr
image from DockerHub:
docker pull timabg/venpyr
venpyr
does contain the following tools for your Data Science project:
- 🐍 Programming language: Python (3.10), R (4.3.1).
- 📖 Documentation: Quarto (1.5.57).
- 🧩 Package manager: uv (0.5.13).
- ⏲ Versioning: Git.
- ✨ VScode facilities: basic extensions and settings (devcontainer.json, settings.json).
venpyr
is a basic Docker image for coding in Python/R in Data Science projects.
It is adapted from Rocker
(official Docker image for R) including additional tools for project management such as Git
and uv
.