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
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,25 @@ Some examples what you can do with this:
43
43
44
44
_Note: memory usage can be reduced if only one language is required - default configuration comes with two languages._
45
45
46
-
### Build Docker Containers
46
+
### Use Prebuilt Docker Images
47
47
48
48
Clone or download this repository and start with docker-compose:
49
49
50
50
> docker-compose up -d
51
51
52
-
This will take some time to build.
52
+
This will download the prebuilt images from Dockerhub.
53
53
54
54
Point your browser to http://127.0.0.1 to open the [Swagger UI](https://swagger.io/tools/swagger-ui/) and browse/use the API definition.
55
55
56
+
57
+
### Optional: Build Docker Images
58
+
59
+
You can optionally built your own docker images (if you made any changes in this repository, for instance to download the latest version of a model). Clone or download this repository and run docker-compose:
60
+
61
+
> docker-compose -f docker-compose-dev.yml up -d
62
+
63
+
This will take some time to build.
64
+
56
65
### Configuration
57
66
58
67
This repository includes a reasonable default configuration:
0 commit comments