2.2 Prerequisite Activity
This section includes prerequisite activity that must be completed before installing the DLV
containers.
The following are included:
• Download and Install Docker Desktop
• Provision the DLV.zip File
Download and Install Docker Desktop
Do the following:
• Download and install the Docker Desktop from the provided link.
Important: You must run Docker Desktop in Linux containers mode, as it does NOT
run on Windows Dockers mode.
Provision the DLV.zip File
Do the following:
• Download and extract the DLV.zip file to a local directory.
The following files are in the directory:
▪ deep-learning-validator-security-<VERSION>.tar
▪ docker-compose-validator-<VERSION>-security.yml
2.3 DLV Installation
This section includes a step-by-step DLV installation procedure.
• Verify Docker Operation
• Load the DLV Image
• Load DLV Docker Container File
Verify Docker Operation
Before we begin installing DLV containers, verify that you have Docker correctly installed and
ready to use. You run a command from the Command Prompt to verify that the Docker
Desktop is installed correctly, that it is running, and that there are no other DLV containers.
Do the following:
• From the Command Prompt, enter the following command:
$ docker ps -a
The result indicates that Docker Desktop is running and contains no containers.
Next you load the DLV image.