更新 launch_env.sh

This commit is contained in:
mawei 2024-06-19 08:18:32 +08:00
parent f441324d65
commit c10ce85c2c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ export MKL_NUM_THREADS=1
export NUMEXPR_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
export VECLIB_MAXIMUM_THREADS=1
export ATHENA_HOST='ws://opdiy.cn:5566'
export API_HOST='http://opdiy.cn:7777'
export MAPBOX_TOKEN='pk.eyJ1IjoibXJvbmVjYyIsImEiOiJjbHhqbzlkbTYxNXUwMmtzZjdoMGtrZnVvIn0.SC7GNLtMFUGDgC2bAZcKzg'
if [ -z "$AGNOS_VERSION" ]; then
export AGNOS_VERSION="9.3"