Thanks for the reply @ec_ai . I don’t know why but after executing -
$ docker run -it -v $(pwd):/workspace continuumio/miniconda3 bash
the workspace is not in the same dir -
(base) root@fd6a07342dab:/# cd workspace
bash: cd: workspace: No such file or directory
(base) root@fd6a07342dab:/# ls
'\Program Files\Git\workspace' boot etc lib media opt root sbin sys usr
bin dev home lib64 mnt proc run srv tmp var
And of course if i navigate to '\Program Files\Git\workspace' then for conda env create -f conda-envs/environment-docs.yml it’s saying no such file or dir.
Ps: I ran the $ docker run -it -v $(pwd):/workspace continuumio/miniconda3 bash while I was in the right dir i.e pymc