Skip to content

Commit

Permalink
[Serve] Fix object detection doc test failures (ray-project#35528)
Browse files Browse the repository at this point in the history
<img width="1135" alt="image" src="https://github.com/ray-project/ray/assets/6515354/1c9e2cb4-d911-493b-b764-639299da1554">

Not sure what changes (maybe because of  some deps changes), straightforward fix.
  • Loading branch information
sihanwang41 authored and scv119 committed Jun 11, 2023
1 parent b0acd4e commit 9c8677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/serve/doc_code/object_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def serve_session(deployment):
import requests
import os

ray.init(runtime_env={"pip": ["seaborn"]})
ray.init(runtime_env={"pip": ["seaborn", "ultralytics"]})

with serve_session(entrypoint):
image_url = "https://ultralytics.com/images/zidane.jpg"
Expand Down

0 comments on commit 9c8677c

Please sign in to comment.