FROM tensorflow/tensorflow:1.1.0-devel-gpu-py3
RUN apt update -y && apt-get install python3-tk -y
RUN pip3 install --upgrade pip
RUN pip3 install Pillow
RUN pip3 install opencv-python
RUN pip3 install tqdm requests
Then python3 within
Please let me know if any of you have something better
I am using this Dockerfile in case it is useful:
Then python3 within Please let me know if any of you have something better