-
Notifications
You must be signed in to change notification settings - Fork 1
...rebuild base images
MariusDanner edited this page Dec 18, 2019
·
3 revisions
There is currently one docker image pre-build on Dockerhub that has some requirements already installed which would otherwise take a lot of time during build, e.g. in TravisCI.
If you add or remove requirements please consider updating the docker base images to speed up the build process.
update R executor base image chris89/mpci_r
cd src/executionenvironments/r
docker build -f Dockerfile.base -t chris89/mpci_r .
- Home
- Setup
- API Documentation
- Data model
- How to...
- ...add a new remote database
- ...create migrations
- ...develop locally
- ...simplified dev setup
- ...deploy on kubernetes (internal)
- ...monitor the cluster
- ...fix expired K8s certificates
- ...add new dependencies
- ...rebuild base image
- ...add a new algorithm in R
- ...add support for new language
- ...add a new node to Kubernetes cluster
- Coding Conventions
- Roadmap
- Ownership