BiomedParse / entrypoint.sh
kernel-luso-comfort's picture
Add initial module structure and entry points for modeling and utilities
6ba63c9
raw
history blame contribute delete
169 Bytes
#!/bin/bash
if [ -f "/run/secrets/HF_TOKEN" ]; then
export HF_TOKEN=$(cat /run/secrets/HF_TOKEN)
fi
exec conda run --no-capture-output -n biomedparse python main.py