diff --git a/Dockerfile.gpu b/Dockerfile.gpu index eafcfda..293c8c0 100644 --- a/Dockerfile.gpu +++ b/Dockerfile.gpu @@ -5,7 +5,7 @@ RUN apt-get install -y build-essential curl python3 python3-pip python3-venv # Inorder to run pip3.6, run it the following way `python3.6 -m pip` # Update Python & Install wheel -RUN python3 -m pip install pip --upgrade && ython3 -m pip install wheel +RUN python3 -m pip install pip --upgrade && python3 -m pip install wheel FROM python-ubuntu