Skip to content

Commit

Permalink
Merge pull request containers#510 from gcolman/patch-1
Browse files Browse the repository at this point in the history
Fix invalid instructions in README.md
  • Loading branch information
rhatdan authored May 27, 2024
2 parents 0dad0b5 + 2573e7d commit 5fd2597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/computer_vision/object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ As stated above, by default the model service will use [`facebook/detr-resnet-10

```bash
# from path model_servers/object_detection_python from repo containers/ai-lab-recipes
make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-50 run
make MODEL_NAME=facebook/detr-resnet-50 MODEL_PATH=/models/facebook/detr-resnet-101 run
```

## Build the AI Application
Expand All @@ -81,7 +81,7 @@ This could be any appropriately hosted Model Service (running locally or in the
The following Podman command can be used to run your AI Application:

```bash
podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000/detection object_detection_client
podman run -p 8501:8501 -e MODEL_ENDPOINT=http://10.88.0.1:8000 object_detection_client
```

### Interact with the AI Application
Expand Down

0 comments on commit 5fd2597

Please sign in to comment.