Skip to content

Commit 7b92b83

Browse files
authored
Allow Py 3.7 for MMS Test Docker env
1 parent 6ad4e45 commit 7b92b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/multimodel/container/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
curl \
1616
vim \
1717
&& rm -rf /var/lib/apt/lists/* \
18-
&& curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py \
18+
&& curl -O https://bootstrap.pypa.io/pip/get-pip.py \
1919
&& python3 get-pip.py
2020

2121
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1

0 commit comments

Comments
 (0)