Merge pull request #81 from pruthvistony/pip3_update

Add python3-pip package installation
This commit is contained in:
Peng
2021-05-24 12:34:24 -05:00
committed by GitHub
7 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ RUN yum -y install \
expect \
file \
python3 \
python3-pip \
gettext \
gcc-c++ \
libgcc \

View File

@@ -26,6 +26,7 @@ RUN yum -y install \
expect \
file \
python3 \
python3-pip \
gettext \
gcc-c++ \
libgcc \

View File

@@ -15,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
kmod \
file \
python3 \
python3-pip \
rocm-dev \
build-essential && \
apt-get clean && \

View File

@@ -15,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
kmod \
file \
python3 \
python3-pip \
rocm-dev \
rocm-libs \
build-essential && \

View File

@@ -15,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
kmod \
file \
python3 \
python3-pip \
rocm-dev \
build-essential && \
apt-get clean && \

View File

@@ -15,6 +15,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
kmod \
file \
python3 \
python3-pip \
rocm-dev \
rocm-libs \
build-essential && \

View File

@@ -30,6 +30,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
kmod \
file \
python3 \
python3-pip \
rocm-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*