triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
71 stars 36 forks source link

Eliminate system-specific path from quick_build #120

Closed wphicks closed 3 years ago

wphicks commented 3 years ago

Also add entrypoint to base stage of Dockerfile to make quick_build more easily usable.

wphicks commented 3 years ago

While working on #119, I noticed that the quick_build.sh script has not really been properly maintained. It included a system-specific path that I had used during early testing, and using it required an annoying number of manual steps to drop you into the correct conda environment. With these changes, it should be more generically usable, and invocation will drop you into the triton_dev environment as expected for rapid iteration on builds.