zsyzzsoft / co-mod-gan

[ICLR 2021, Spotlight] Large Scale Image Completion via Co-Modulated Generative Adversarial Networks
Other
445 stars 67 forks source link

dockerfile parse error #21

Closed josephrocca closed 3 years ago

josephrocca commented 3 years ago

Very cool project - thanks for releasing your code! Just a heads up that the readme says:

We also provide a Dockerfile for Docker users.

But the Dockerfile in the repo is an empty text file.

Edit: Actually it's a binary file as mentioned by zsyzzsoft, below.

zsyzzsoft commented 3 years ago

I think it has content but GitHub cannot display it as it is a binary file. Can you download it and try it with Docker?

josephrocca commented 3 years ago

@zsyzzsoft Yep I tried and it gave this error:

Error response from daemon: dockerfile parse error line 1: unknown instruction:

The Dockerfile from the stylegan repo (below) works fine for inference - I haven't tried training yet.

FROM tensorflow/tensorflow:1.14.0-gpu-py3
RUN pip install scipy==1.3.3
RUN pip install requests==2.22.0
RUN pip install Pillow==6.2.1
zsyzzsoft commented 3 years ago

I'll check it :)

zsyzzsoft commented 3 years ago

Should be fixed now.

josephrocca commented 3 years ago

Great, thanks again for releasing this! It's really fun to play around with :)