Prerequisites

The notebook interpreters are docker images and run as docker containers. Hence docker and docker-compose is needed for running the interpreters.

Verify that the docker is installed on the host VM where you want to run the docker container using docker -v. The docker version should be at least 18.0 or above. If docker is not installed, install Docker as documented in Docker website at https://docs.docker.com.

Verify that docker-compose is installed on the host VM by docker-compose -v. If it is not available, install as documented in Docker website at https://docs.docker.com/compose/install/.

Note:

To execute the docker commands, the user should either be root or should have sudo access. For example, run as sudo docker -v.

Verify that a file system that holds /var/lib/docker has sufficient space to accommodate additional 15 GB to store docker images.