forked from mindspore-Ecosystem/mindspore
fix docker script due to pillow update
This commit is contained in:
parent
a06532ff21
commit
d00fc2971b
|
@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -33,7 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -36,7 +36,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
|
@ -35,7 +35,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
autoconf \
|
autoconf \
|
||||||
libtool \
|
libtool \
|
||||||
automake \
|
automake \
|
||||||
flex
|
flex \
|
||||||
|
libjpeg8-dev
|
||||||
|
|
||||||
# Install the rest dependent tools
|
# Install the rest dependent tools
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
RUN DEBIAN_FRONTEND=noninteractive apt install -y \
|
||||||
|
|
Loading…
Reference in New Issue