SwissDataScienceCenter / renku-project-template

A repository for default Renku project templates.
https://renkulab.io
4 stars 20 forks source link

chore: restructure dockerfile for better build performance #154

Closed rokroskar closed 1 year ago

rokroskar commented 1 year ago

This PR moves the section of the Dockerfile that installs the renku-CLI to the top so that it can make better use of caching.

In addition, it switches to using mamba instead of conda for faster builds.