We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab5c44 commit 52e52a0Copy full SHA for 52e52a0
1 file changed
README.md
@@ -35,6 +35,7 @@ You can try out our deployed [Hugging Face Space](https://huggingface.co/spaces/
35
- [Local development](#1-local-development)
36
- [AWS deployment](#2-deployment-to-aws)
37
- [Hugging Face deployment](#3-deployment-to-hugging-face)
38
+ - [Docker Hub deployment](#4-deployment-to-docker-hub)
39
----
40
41
## 1. Local development
@@ -177,3 +178,11 @@ Hugging Face space URL:
177
178
https://huggingface.co/spaces/cvachet/object_detection_lambda
179
180
Note: This space uses the ML model deployed on AWS Lambda
181
+
182
183
+## 4. Deployment to Docker Hub
184
185
+This web application is available on Docker Hub as a docker image
186
187
+URL:
188
+https://hub.docker.com/r/cvachet/object-detection-lambda
0 commit comments