From ddf2cb61bffd7a978a4023145891934dc36b2ec9 Mon Sep 17 00:00:00 2001 From: Jade Kessinger <60284695+JadeKessinger@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:48:04 -0800 Subject: [PATCH] Update Python Version for get-pip.py --- dockerfiles/Dockerfile.MLNet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.MLNet b/dockerfiles/Dockerfile.MLNet index 4669819..944e8ad 100644 --- a/dockerfiles/Dockerfile.MLNet +++ b/dockerfiles/Dockerfile.MLNet @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ rm -rf /var/lib/apt/lists/* RUN cd /tmp && \ - wget https://bootstrap.pypa.io/get-pip.py && \ + wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \ python get-pip.py RUN pip install \