Dockerfile
#Main docker image FROM ubuntu:18.04 # Install necessary system packages RUN apt-get update RUN apt-get install -y \\ python3-pip