Skip to content

Commit

Permalink
Normalize dockerfile (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyeung authored Dec 6, 2023
1 parent 735fb9a commit b87ed26
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions docker/torch1.12.1-cuda11.3.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand All @@ -44,7 +44,6 @@ RUN pip install --no-cache-dir \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down
3 changes: 1 addition & 2 deletions docker/torch1.13.0-cuda11.6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand All @@ -44,7 +44,6 @@ RUN pip install --no-cache-dir \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down
3 changes: 1 addition & 2 deletions docker/torch1.9.0-cuda10.2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand Down Expand Up @@ -58,7 +58,6 @@ RUN pip uninstall -y tqdm && \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down
3 changes: 1 addition & 2 deletions docker/torch2.0.0-cuda11.7.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand All @@ -44,7 +44,6 @@ RUN pip install --no-cache-dir \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down
3 changes: 1 addition & 2 deletions docker/torch2.1.0-cuda11.8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand All @@ -44,7 +44,6 @@ RUN pip install --no-cache-dir \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down
3 changes: 1 addition & 2 deletions docker/torch2.1.0-cuda12.1.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl \
vim \
libssl-dev \
libssl-dev \
autoconf \
automake \
bzip2 \
Expand All @@ -44,7 +44,6 @@ RUN pip install --no-cache-dir \
k2==${K2_VERSION} -f https://k2-fsa.github.io/k2/cuda.html \
git+https://github.com/lhotse-speech/lhotse \
kaldifeat==${KALDIFEAT_VERSION} -f https://csukuangfj.github.io/kaldifeat/cuda.html \
\
kaldi_native_io \
kaldialign \
kaldifst \
Expand Down

0 comments on commit b87ed26

Please sign in to comment.