SurgVLLM / run.sh
yaziciz's picture
Update run.sh
382e74e verified
raw
history blame contribute delete
142 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /app/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
python demo.py