davidADSP / Generative_Deep_Learning_2nd_Edition

The official code repository for the second edition of the O'Reilly book Generative Deep Learning: Teaching Machines to Paint, Write, Compose and Play.
https://www.oreilly.com/library/view/generative-deep-learning/9781098134174/
Apache License 2.0
990 stars 363 forks source link

Docker compose up not working #24

Open gitstetter opened 7 months ago

gitstetter commented 7 months ago

-To anyone who has issues while setting up the container in the very beginning-

Reference to instructions: https://github.com/davidADSP/Generative_Deep_Learning_2nd_Edition/tree/main?tab=readme-ov-file#running-the-container

-> Non-GPU This command did not start the container correctly: docker compose up

I changed it to: docker compose -f docker-compose.yml up

This did the trick - explicity setting the compose yaml in the compose command