You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
# 启动text2vec-server
|
|
conda activate text2vec_env && pyton /data/vp/text2vec/app.py
|
|
conda run --no-capture-output --name text2vec_env python /usr/local/text2vec/app.py
|
|
|
|
# 启动jar包
|
|
java -jar -Duser.timezone=Asia/Shanghai /data/vp/virtual-patient-rasa-1.0-SNAPSHOT.jar "$@"
|