Open adrianmay opened 4 years ago
Did you follow the instructions in the readme regarding docker builds? Specifically:
Build the image using:
docker build -t stack-build:lts-10.1-opencv -f Dockerfile.stack-opencv .
Uncomment the
docker:
section instack.yaml
, and you should be able to usestack
as normal.
Hi,
I cloned the repo, uncommented the two docker lines in stack.yaml and ran build.sh:
I tried stack-build:lts-14.3-opencv and got the same result. Does it exist?
Any help much appreciated.