This is my assignment for the first course task in the Machine Learning Engineering track.
List of utilized resources:
Run the following command to get docker up and running:
docker container run -p 8888:8888 mleng-containerOr run this comment to mount data
docker container run -p 8888:8888 --mount source=mleng-data,destination=/home/jovyan/data/ mleng-containerNow enter localhost:8888 in your browser of choice.