triton-inference-server / fil_backend

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

Use conda-pack to simplify Dockerfile #222

Closed wphicks closed 2 years ago

wphicks commented 2 years ago

Use conda-pack to move conda environments from dedicated conda installation layers to condaless layers where they will be used. Reduce unnecessary cache invalidation for conda installation layers. Resolve #215 .