Curious if someone has a dockerfile example to build a container to run simple ETL scripts. I imagine this would install the no-dependency version of the arcgis api along with required minimum dependencies listed in the documentation, as well as other libraries (e.g. pyshp, boto3, sqlalchemy, etc).
I am someone new to Docker, and am having issues with creating a conda env in Docker from a yml file and then installing the various dependencies. Curious if folks generally use pip for this, or conda works. Some preliminary research suggests there are some differences when using conda in a container vs. not in a container.