zsyzzsoft/co-mod-gan

dockerfile parse error

Closed this issue · 5 comments

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.

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?

@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

I'll check it :)

Should be fixed now.

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