We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07259b commit bdad42dCopy full SHA for bdad42d
1 file changed
README.md
@@ -56,16 +56,18 @@ predictor APIs.
56
57
### With Docker
58
59
-First build the project with:
+Make sure that your Docker runtime memory option is set to at least 8GB.
60
+* Mac: https://docs.docker.com/docker-for-mac/#memory
61
+* Windows: https://docs.docker.com/docker-for-windows/#advanced
62
+
63
+Build the project with:
64
```
65
mvn clean install
66
67
Build the docker image with:
68
69
docker build .
70
-The only thing you might need is to increase your Docker runtime memory option to at least 8GB.
-
71
Run a docker container exposing the API on port 8080:
72
73
docker run -t -p 8080:8080 [your_image_id]
0 commit comments