[Serve] Use ray's cloudpickle (#6051)

* Revert "Add cloudpickle as doc requirements (#6037)"

This reverts commit 03ce3b7c5b.

* Use ray's vendored cloudpickle
This commit is contained in:
Simon Mo
2019-10-30 15:21:09 -07:00
committed by GitHub
parent 4636fc2b78
commit 56f3e96887
2 changed files with 1 additions and 2 deletions
@@ -2,7 +2,7 @@ import json
import sqlite3
from abc import ABC
import cloudpickle as pickle
from ray import cloudpickle as pickle
import ray.experimental.internal_kv as ray_kv
from ray.experimental.serve.utils import logger