kuijiang94 / EEGAN

Edge Enhanced GAN For Remote Sensing Image Super-Resolution
93 stars 17 forks source link

Dockerfile #8

Open paugalles opened 3 years ago

paugalles commented 3 years ago

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