docker_test13 / run.sh
jingyangcarl's picture
debug
536d290
raw
history blame contribute delete
171 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
# conda activate $CONDA_ENV
conda activate gradio-user
python app.py