Docker file for ImageAi
This is docker file for ImageAi
It’s using gpu, tested on Geforce 1060, ubuntu 20.04 and Cuda 10.1. Additionaly opencv is instaled.
You can find here:
And more.
# Runing container on gpu and mounting home to /root/tmp on docker container
docker run --gpus all -it -v /home/PC/:/root/tmp container_id bash