whole-tale / repo2docker_wholetale

Repo2docker plugin for Whole Tale
Other
0 stars 1 forks source link

Always set python from environment.yml if present #51

Closed Xarthisius closed 1 year ago

Xarthisius commented 1 year ago

Allow environment.yml to take precedence over runtime.txt when selecting runtime. Fixes #50 Question is what's gonna happen if both are present and is that everything that has to be overridden like that?

How test?

  1. Deploy with gwvolman using xarthisius/repo2docker_wholetale:issue50 r2d image.
  2. Import a Tale from git: https://github.com/MarkusKonk/CompEnv-Ex2@branch-b
  3. Select Jupyter Lab image
  4. Run the tale. It should build fine.