mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
fix torch 1.9.0
This commit is contained in:
parent
d75ffb7056
commit
45e1145697
@ -13,6 +13,11 @@ LABEL k2_version=${K2_VERSION}
|
|||||||
LABEL kaldifeat_version=${KALDIFEAT_VERSION}
|
LABEL kaldifeat_version=${KALDIFEAT_VERSION}
|
||||||
LABEL github_repo="https://github.com/k2-fsa/icefall"
|
LABEL github_repo="https://github.com/k2-fsa/icefall"
|
||||||
|
|
||||||
|
# see https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
|
||||||
|
|
||||||
|
RUN sudo apt-key del 7fa2af80 && \
|
||||||
|
curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb | dpkg -i -
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user