Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 352 Bytes

STARTUP.md

File metadata and controls

10 lines (10 loc) · 352 Bytes

Model Serving Startup

In order to start the daemon, you need to run this command; this will ensure that after reboots, it starts automatically.

docker run --restart unless-stopped --privileged -d \
    --name modelserving \
    --memory 1.5g \
    --network host \
    --log-driver json-file --log-opt max-size=500k \
    modelserving:lowmem