SuperMap iServer (for Linux 64-bit systems) currently provides a Docker image with a data science service package. Here are the installation steps for you:

Deploying Data Science Service in Docker

SuperMap iServer data science service has been launched in Alibaba Cloud Warehouse. The mirror address is registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience. Deploy iServer data science service in Docker in just a few steps.

Take ubuntu16.04 as an example to show how to deploy and run iServer data science service in Docker.

The following operations require logging in as the root user or the user with the highest authority.

Docker needs to be installed on the Linux system in advance. For details, see Docker Installation .

Download the iServer data science service image

Execute the following command on the Docker host to download the latest iServer data science service mirroring:

docker pull registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience:latest

After the download is complete, you can view the downloaded image information with the following command:

docker images

Run Docker to start iServer data science service

Download-based iServer data science service mirror, running a Docker container iservernotebook. Execute the following command:

docker run --name iserverdatascience -d -p 8000:8000 -v /home/datascience:/opt/datascience/confDir registry.cn-beijing.aliyuncs.com/supermap/iserver-datascience:latest

Where -p 8000:8000 indicates that the external exposure port number is 8000.

Wait a few seconds for the iServer data science service startup to complete. Enter http://<hostIP>:8000 in the browser to access iServer data science service.

After starting the iServer data service, enter HTTP://{IP}:8000 in the browser to use, please refer to the iServer Data Science Service Instructions for use for the specific usage of iServer data science service.

Uninstall the product

 Delete directly the directory of the SuperMap iServer data science is enough.