You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: community/FfDL-Seldon/pytorch-model/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You can skip this step if you are happy to use the already packaged image ```sel
15
15
The runtime MNIST scrorer is contained within a standalone [python class PyMnist.py](./PyMnist.py). This needs to be packaged in a Docker container to run within Seldon. For this we use [Redhat's Source-to-image](https://github.com/openshift/source-to-image).
* From the pytorch-model folder run the following s2i build. You will need to change *seldonio* to your Docker repo. You will need at least 8GB for your local Docker.
18
+
* From the pytorch-model folder run the following s2i build. You will need to change *seldonio* to your Docker repo. **You will need at least 8GB for your local Docker.**
Copy file name to clipboardExpand all lines: community/FfDL-Seldon/tf-model/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ You can skip this step if you are happy to use the already packaged image ```sel
14
14
The runtime MNIST scrorer is contained within a standalone [python class TFMnist.py](./TFMnist.py). This needs to be packaged in a Docker container to run within Seldon. For this we use [Redhat's Source-to-image](https://github.com/openshift/source-to-image).
Copy file name to clipboardExpand all lines: demos/fashion-mnist-training/fashion-mnist-webapp/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The webapp is designed to take images that are uploaded, display them on the web
10
10
```
11
11
12
12
2. Modify deployment resource from the template `fashion-mnist-webapp.yaml`. You need to set:
13
-
*`MODEL_ENDPOINT`: Your Seldon model endpoint. (e.g. http://<AMBASSADOR_API_IP>/seldon/<modelDeploymentName>/api/v0.1/predictions")
13
+
*`MODEL_ENDPOINT`: Your Seldon model endpoint. (e.g. http://<AMBASSADOR_API_IP>/seldon/<Model_Deployment_Name>/api/v0.1/predictions) The `AMBASSADOR_API_IP` is your `seldon-core-ambassador`'s service endpoint which by default is exposed with NodePort.
14
14
*`image` : Your web app image at DockerHub
15
15
16
16
3. Congratulations, your web app should be running now. You can use the following commands to check where your web app is hosted.
0 commit comments