Open arokem opened 4 years ago
This is really interesting. I didn't know about REES
.
We actually DO now support environment.yaml
; if you add one to your repo you'll get that environment installed. That needs a documentation update.
I didn't know about the Dockerfile
ability. I wonder what that would do. This is a great tip. I'll look into this and keep notes here on the issue.
Thanks, @arokem !
REES is the specification supported by repo2docker. It would be great to support that. In particular, as I understand it (but correct me if I am wrong), caliban currently supports dependencies specified in a
requirements.txt
file. REES expands this to support dependencies in a number of other formats, including condaenvironment.yml
files and evenDockerfile
s. Implementing this would increase the range of things users could do with the software.