ColabFold
ColabFold copied to clipboard
Fix dockerfile not to fail `docker build`
Hi,
Building docker image using the dockerfile fails because mamba config
is not implemented.
$ mamba config
Currently, only install, create, list, search, run, info, clean, remove, update, repoquery, activate and deactivate are supported through mamba.
I fixed it to use conda config
instead.