Skip to content

Commit d798f32

Browse files
authored
Install libsndfile1 in predictor docker images (#826)
1 parent 25e22d6 commit d798f32

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

images/onnx-serve-gpu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1717
libsm6 \
1818
libxext6 \
1919
libxrender-dev \
20+
libsndfile1 \
2021
locales \
2122
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
2223
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \

images/onnx-serve/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1717
libsm6 \
1818
libxext6 \
1919
libxrender-dev \
20+
libsndfile1 \
2021
locales \
2122
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
2223
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \

images/python-serve-gpu/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1717
libsm6 \
1818
libxext6 \
1919
libxrender-dev \
20+
libsndfile1 \
2021
locales \
2122
libnvinfer6=6.0.1-1+cuda10.1 \
2223
libnvinfer-plugin6=6.0.1-1+cuda10.1 \

images/python-serve/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1717
libsm6 \
1818
libxext6 \
1919
libxrender-dev \
20+
libsndfile1 \
2021
locales \
2122
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
2223
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \

images/tf-api/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update -qq && apt-get install -y -q \
1212
libsm6 \
1313
libxext6 \
1414
libxrender-dev \
15+
libsndfile1 \
1516
locales \
1617
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/*
1718

0 commit comments

Comments
 (0)