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

Switch to unified view

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