Closed wphicks closed 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.
Also add entrypoint to base stage of Dockerfile to make quick_build more easily usable.