Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile #8

Open
paugalles opened this issue Jan 26, 2021 · 0 comments
Open

Dockerfile #8

paugalles opened this issue Jan 26, 2021 · 0 comments

Comments

@paugalles
Copy link

I am using this Dockerfile in case it is useful:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant