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
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
The text was updated successfully, but these errors were encountered:
I am using this Dockerfile in case it is useful:
Then python3 within
Please let me know if any of you have something better
The text was updated successfully, but these errors were encountered: