diff --git a/README.md b/README.md index e6b453e..86e9f6e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ docker pull ihmily/image-matting:0.0.3 After the image is pulled, run the container. ``` -docker run -p 8000:8000 image-matting:0.0.3 +docker run -p 8000:8000 ihmily/image-matting:0.0.3 ``` Alternatively, you can build the image yourself.