File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
17
17
libsm6 \
18
18
libxext6 \
19
19
libxrender-dev \
20
+ libsndfile1 \
20
21
locales \
21
22
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
22
23
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
17
17
libsm6 \
18
18
libxext6 \
19
19
libxrender-dev \
20
+ libsndfile1 \
20
21
locales \
21
22
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
22
23
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
17
17
libsm6 \
18
18
libxext6 \
19
19
libxrender-dev \
20
+ libsndfile1 \
20
21
locales \
21
22
libnvinfer6=6.0.1-1+cuda10.1 \
22
23
libnvinfer-plugin6=6.0.1-1+cuda10.1 \
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN apt-get update -qq && apt-get install -y -q \
17
17
libsm6 \
18
18
libxext6 \
19
19
libxrender-dev \
20
+ libsndfile1 \
20
21
locales \
21
22
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/* && \
22
23
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RUN apt-get update -qq && apt-get install -y -q \
12
12
libsm6 \
13
13
libxext6 \
14
14
libxrender-dev \
15
+ libsndfile1 \
15
16
locales \
16
17
&& apt-get clean -qq && rm -rf /var/lib/apt/lists/*
17
18
You can’t perform that action at this time.
0 commit comments