triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

Use conda to avoid upstream mamba issue #212

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

Currently, mamba intermittently throws errors of the form ERROR Could not write out repodata file '/root/miniconda3/pkgs/cache/b8ab3f21.json': No such file or directory during environment installation. Switching back to conda appears to resolve this.