Tschoui's picture
Update run.sh
1845920 verified
raw
history blame
194 Bytes
#!/bin/bash
CONDA_ENV=$(head -1 /code/environment.yml | cut -d" " -f2)
eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
streamlit run app.py --server.port 7860 --server.address 0.0.0.0