-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hey thanks so much for putting this material together. I've really enjoyed the overview so far. Could we add to the Docker images the necessary things for the book? I'm sure many people, including me, won't want to have to add the datasets, files, and install pytorch everytime we want to work through the material.
It would be pretty easy. For the first half of the book, we could do something like this, adding the directory we clone from this github
FROM adipolak/ml-with-apache-spark
ADD ./dir /home/jovyan
For the second half of the book, I wasn't able to install pytorch and torchvision ontop of your image, but maybe we could use pytorch image as the base?
In both cases, dir would be the files from this github repo.
lildonpancho and adipolak
Metadata
Metadata
Assignees
Labels
No labels