Machine Learning Course 2019

Pull and/or run the container for the first time with

docker run -d -p 443:8888 -p 6006:6006 -v :/home/myimagery/ --name=crc4 mort/crc4docker

This maps the host directory my_image_folder to the container directory /home/myimagery/ and runs the container in detached mode.

Point your browser to http://localhost:443 to see the Jupyter home page and open notebook zfl2019.ipynb. In order to use Earth Engine scripts, you must authenticate. From the home page open a local terminal and enter

earthengine authenticate

and follow the instructions. This adds authentication information to the container and only has to be done once.

Stop the container with

docker stop crc4

Re-start with

docker start crc4

HTML Version of the course Jupyter notebook