Sample docker image for HERE Data SDK for Python.
This image is based on micromamba-docker
In order to run this container you'll need docker installed.
Only Windows version are tested.
Probably works with Mac and Linux as well, but not tested.
Python packages will be installed into the "base" environment via conda-forge channel.
You can modify installed packages with env.yaml file.
You need to setup your credential to use HERE Data SDK for Python. Please create directory named credentials and place your credential file (credentials.properties)in that directory. The credential file will be copied to the /root/.here directory in container, so you will be able to use the SDK soon after the container created.
If you don't know how to get credential, please refer Credentials Setup.
Volumes mounted to the container is specified in docker-compose.yml. Please change the volumes part to your original one.
Run the docker-compose up. Jupyter Lab will start up automatically, then copy and paste the URL with your browser. The 8888 port is used for the Jupyter.
If you do not need Japanese locale, please remove corresponding part in Dockerfile.
- Hiromu Nakamura
The codes inside of this project are released under the MIT License, see LICENSE.md.
Please refer Legal, privacy & security about HERE Technologies products.