sugoi-v4 / test.sh
playmak3r's picture
feat: add separated route for handling batch translations
20f16a7
raw
history blame contribute delete
145 Bytes
docker stop $(docker ps -q)
docker container prune #-f
docker image prune -a
docker build -t sugoi-v4:1.0 .
docker run -p 7860:7860 sugoi-v4:1.0