The GPU versions of OpenCV timeout when building on Docker Hub. They have to be built locally and pushed to the Docker Registry.
To build Docker image locally (Note: takes a few hours):
docker build -t floydhub/dl-opencv:latest-gpu-py2 -f Dockerfile-py2.gpu .docker build -t floydhub/dl-opencv:latest-gpu-py3 -f Dockerfile-py3.gpu .To push image to Docker registry:
docker push floydhub/dl-opencv:latest-gpu-py2docker push floydhub/dl-opencv:latest-gpu-py3Content type
Image
Digest
Size
2.5 GB
Last updated
over 8 years ago
docker pull floydhub/dl-opencv:3.4.0-gpu-py3.22