ColabFold icon indicating copy to clipboard operation
ColabFold copied to clipboard

Fix dockerfile not to fail `docker build`

Open eunos-1128 opened this issue 10 months ago • 0 comments

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.

eunos-1128 avatar Apr 04 '24 05:04 eunos-1128