Files
mark_word_fastapi/build.sh
2024-11-19 13:51:15 +08:00

2 lines
66 B
Bash

docker build -t fastapi-nlp .
docker run -d -p 8008:80 fastapi-nlp