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" does nothing #32

Open pocky6 opened 4 months ago

pocky6 commented 4 months ago

Hi,

I'm stuck when I follow the instructions of the readme file:

docker compose -f docker-compose.gpu.yml up The new 'docker compose' command is currently experimental. To provide feedback or request new features please open issues at https://github.com/docker/compose-cli services.app.ports array items[0,1] must be unique

... and nothing happens.

What am I missing ?

Rosenberg-Josh commented 4 months ago

Have you installed docker desktop and set up the .env file per the instructions in the readme?