small fixes

This commit is contained in:
Fangjun Kuang 2023-07-28 13:17:52 +08:00
parent 45e1145697
commit 665de11b17

View File

@ -15,7 +15,7 @@ LABEL github_repo="https://github.com/k2-fsa/icefall"
# see https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/ # see https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
RUN sudo apt-key del 7fa2af80 && \ RUN 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 - 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 && \