#!/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