Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 276 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 276 Bytes
docker-compose up

1️⃣ Lab 01

docker build -t simpletensor:latest War

docker run -p 8501:8501 simpletensor:latest

curl -d '{"instances":[[5], [10]]}' \
-H "Content-Type: application/json" \
-X POST http://localhost:8501/v1/models/SimpleReg:predict