Show a message prompting people to open localhost:8000 in their browser; Disable autoreload for faster server startup

This commit is contained in:
cmdr2 2022-08-24 18:58:00 +05:30
parent facee06588
commit ba6e052994

View File

@ -9,4 +9,7 @@ fi
echo "Using docker image $IMAGE_NAME"
docker run --name sd -d -p 5000:5000 --gpus all $IMAGE_NAME
uvicorn main:app --reload
echo "Please open http://localhost:8000 in your favorite web browser!"
uvicorn main:app