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 issue (with port) #6

Closed johnrbeaumont closed 1 year ago

johnrbeaumont commented 1 year ago

Hi --

I am trying to build the docker file on a Mac M1. I think I've done everything correctly, but I get the following error when I build the docker file - any ideas:

WARN[0000] The "JUPYTER_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "JUPYTER_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "TENSORBOARD_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "TENSORBOARD_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "JUPYTER_PORT" variable is not set. Defaulting to a blank string. 
services.app.ports array items[0,1] must be unique
karstenjMSFT commented 9 months ago

yep - you have to set the .env and can use the sample.env in the project