STEP 1:- Launching Container
docker run -it --name ml --net=host --env="DISPLAY" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" centos

After running this command it will lunch docker container name as ml

STEP 2:- Installing python3
yum install python3

STEP 3:- Installing jupyter notebook
pip3 install jupyter




Top comments (0)