Open gitstetter opened 10 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
-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