When trying to build, I get a failure on step 7: ``` root@Tower:/mnt/user/Projects/deep-image-prior# docker build -t deep-image-prior . ... Step 7/11 : RUN conda env update -n=root --file=environment.yml ---> Running in 97a66ffb8dc0 /bin/sh: 1: conda: not found The command '/bin/sh -c conda env update -n=root --file=environment.yml' returned a non-zero code: 127 ```