Resolve "Pb in building the docker images due to exceed RAM memory in the process of conda env creation"
Closes #149 (closed) .
Switch conda to mamba for the env creation in Dockerfile.
The activation of conda env is necessary inside the docker image.
The instructions in the README are specified.