mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
small fixes
This commit is contained in:
parent
19f9a8a3fc
commit
8f17681969
@ -1,5 +1,29 @@
|
|||||||
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
|
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends \
|
||||||
|
curl \
|
||||||
|
vim \
|
||||||
|
libssl-dev \
|
||||||
|
autoconf \
|
||||||
|
automake \
|
||||||
|
bzip2 \
|
||||||
|
ca-certificates \
|
||||||
|
ffmpeg \
|
||||||
|
g++ \
|
||||||
|
gfortran \
|
||||||
|
git \
|
||||||
|
libtool \
|
||||||
|
make \
|
||||||
|
patch \
|
||||||
|
sox \
|
||||||
|
subversion \
|
||||||
|
unzip \
|
||||||
|
valgrind \
|
||||||
|
wget \
|
||||||
|
zlib1g-dev \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pip install --no-cache-dir \
|
RUN pip install --no-cache-dir \
|
||||||
torchaudio==0.13.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html \
|
torchaudio==0.13.0+cu116 -f https://download.pytorch.org/whl/torch_stable.html \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user