[4d528d]: / entrypoint.sh

Download this file

5 lines (4 with data), 88 Bytes

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