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.
9 lines
320 B
Bash
9 lines
320 B
Bash
#!/bin/bash
|
|
|
|
# 启动text2vec服务
|
|
source /root/anaconda3/etc/profile.d/conda.sh && \
|
|
conda activate text2vec_env && \
|
|
nohup python /usr/local/text2vec/app.py &
|
|
|
|
# 启动jar包
|
|
java -jar -Duser.timezone=Asia/Shanghai -Dfile.encoding=UTF-8 -Xms256m -Xmx1g /data/vp/virtual-patient-rasa-1.0-SNAPSHOT.jar "$@" |