Diff of /entrypoint.sh [000000] .. [5e0db2]

Switch to side-by-side view

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