--- a
+++ b/entrypoint.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+. /opt/conda/etc/profile.d/conda.sh
+conda activate chexpert-label
+exec "$@"