File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 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 \
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 && \
Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 && \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments