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
No mention was yet made regarding the installation errors that may occur if a user attempts to install opencv4nodejs onto the Docker image, so I propose adding a small change to notify users of the likelihood of said errors and two workarounds.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,8 @@ Or simply pull from [justadudewhohacks/opencv-nodejs](https://hub.docker.com/r/j
141
141
FROM justadudewhohacks/opencv-nodejs
142
142
```
143
143
144
+
**Note**: The aforementioned Docker image does not have build tools installed. In order to prevent errors during an ```npm install```, you can either install opencv4nodejs globally and link to it in your project or install production packages only in your Dockerfile.
145
+
144
146
Different OpenCV 3.x base images can be found here: https://hub.docker.com/r/justadudewhohacks/.
0 commit comments