Having cloned this repo (master at b4f0450), I failed to run the Quickstart; viz., running
cd ~/src/streamz
sh docker/build.sh
I get
EnvironmentFileNotFound: '/streamz/conda/environments/streamz_dev.yml' file not found.
Looking inside
|
docker build -t streamz:0.5.2 . |
and then
|
RUN conda env create --name streamz-dev -f /streamz/conda/environments/streamz_dev.yml |
I'm guessing that's because there's no conda/ subdirectory in the repo?
I see that this conda/ subdirectory is also referred to in the contributing guidelines for this issue-tracker.