https://github.com/hsm207/compbox
My environment to get started with computational experiments
https://github.com/hsm207/compbox
Last synced: 7 months ago
JSON representation
My environment to get started with computational experiments
- Host: GitHub
- URL: https://github.com/hsm207/compbox
- Owner: hsm207
- License: gpl-3.0
- Created: 2020-10-17T10:59:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T16:02:50.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T11:17:21.494Z (9 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This repo contains a Dockerfile to create an environment to do computational experiments.# Content
The container will contain:
1. the latest version of Julia from `julia:buster`
2. the latest version of Python from miniconda3
3. the latest version of R from `http://cran.asia/bin/linux/debian buster-cran35`
4. rstan
5. jupyter notebook
6. A non-root user named `user`# Usage
In this project's directory, execute:```bash
bash build.sh DOCKERHUB_USERNAME DOCKERHUB_PASSWORD
```
This will build and push the image to DockerHub with the name `DOCKERHUB_USERNAME/compbox:latest`