tensorflow-serving-tutorial
tensorflow-serving-tutorial copied to clipboard
A step by step guide on how to use tensorflow serving to serve a tensorflow model.
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
use official image would make the image size much smaller~ ``` FROM tensorflow/serving:1.11.1 RUN apt-get update \ && apt-get install -y --no-install-recommends \ python-numpy \ python-setuptools \ python-pip \ uwsgi-core...