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.
8 lines
260 B
Bash
8 lines
260 B
Bash
1 year ago
|
#!/bin/bash
|
||
|
|
||
|
# 启动text2vec-server
|
||
|
/root/anaconda3/condabin/conda run --no-capture-output --name text2vec_env python /usr/local/text2vec/app.py
|
||
|
pyton
|
||
|
# 启动jar包
|
||
|
java -jar -Duser.timezone=Asia/Shanghai /data/vp/virtual-patient-rasa-1.0-SNAPSHOT.jar "$@"
|