Skip to content

Commit a236d5b

Browse files
ptitzlerNick Pentreath
authored andcommitted
Add deployment to RHOS instructions (#36)
1 parent 05e4094 commit a236d5b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ The model is based on the [Keras built-in model for Inception-ResNet-v2](https:/
3232
* `docker`: The [Docker](https://www.docker.com/) command-line interface. Follow the [installation instructions](https://docs.docker.com/install/) for your system.
3333
* The minimum recommended resources for this model is 2GB Memory and 2 CPUs.
3434

35-
# Steps
35+
# Deployment options
3636

37-
1. [Deploy from Docker Hub](#deploy-from-docker-hub)
38-
2. [Deploy on Kubernetes](#deploy-on-kubernetes)
39-
3. [Run Locally](#run-locally)
37+
* [Deploy from Docker Hub](#deploy-from-docker-hub)
38+
* [Deploy on Red Hat OpenShift](#deploy-on-red-hat-openshift)
39+
* [Deploy on Kubernetes](#deploy-on-kubernetes)
40+
* [Run Locally](#run-locally)
4041

4142
## Deploy from Docker Hub
4243

@@ -49,6 +50,10 @@ $ docker run -it -p 5000:5000 codait/max-inception-resnet-v2
4950
This will pull a pre-built image from Docker Hub (or use an existing image if already cached locally) and run it.
5051
If you'd rather checkout and build the model locally you can follow the [run locally](#run-locally) steps below.
5152

53+
## Deploy on Red Hat OpenShift
54+
55+
You can deploy the model-serving microservice on Red Hat OpenShift by following the instructions for the OpenShift web console or the OpenShift Container Platform CLI [in this tutorial](https://developer.ibm.com/tutorials/deploy-a-model-asset-exchange-microservice-on-red-hat-openshift/), specifying `codait/max-inception-resnet-v2` as the image name.
56+
5257
## Deploy on Kubernetes
5358

5459
You can also deploy the model on Kubernetes using the latest docker image on Docker Hub.

0 commit comments

Comments
 (0)