I'm new to docker and Google Earth Engine. I'm using Docker CE and followed the instructions for locally running GEE Datalab. Dockers runs fine and I can access the GGE IDE.
I now want to install some additional Python packages. I have no idea how to do this. It seems like the GGE image has pip
installed but I don't know how to access it. I saw a different SO question about docker that suggested you need to edit the image itself to add the pip install
commands, but I can't find the actual docker image on my machine. What is the correct way to install additional Python packages for use with Google Earth Engine?