dribnet / pixray

neural image generation
Other
402 stars 53 forks source link

Docker installation error: failed to solve: executor failed running #39

Closed Esshahn closed 2 years ago

Esshahn commented 2 years ago

Installation via Docker is stuck with the following error:

error: failed to solve: executor failed running [/bin/sh -c pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt]: exit code: 137
ⅹ Failed to build Docker image: exit status 1

I think this is not related to pixray, but maybe you have an idea what's going wrong? Thank you very much

dribnet commented 2 years ago

Sorry - yes this is a docker issue. You can skip docker and simply install requirements.txt in a separate environment instead as a workaround.