From a9bbed3c207bff9c35c9a7c25b1d2a33724021a0 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Thu, 27 Jul 2023 18:49:39 +0800 Subject: [PATCH] small fixes --- docker/torch1.13.0-cuda11.6-cudnn8.dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/torch1.13.0-cuda11.6-cudnn8.dockerfile b/docker/torch1.13.0-cuda11.6-cudnn8.dockerfile index e93cfe807..e6afea18b 100644 --- a/docker/torch1.13.0-cuda11.6-cudnn8.dockerfile +++ b/docker/torch1.13.0-cuda11.6-cudnn8.dockerfile @@ -1,5 +1,10 @@ FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime +LABEL authors="Fangjun Kuang" +LABEL k2_version="1.24.3.dev20230725+cuda11.6.torch1.13.0" +LABEL kaldifeat_version="1.25.0.dev20230726+cuda11.6.torch1.13.0" +LABEL github_repo="https://github.com/k2-fsa/icefall" + RUN apt-get update && \ apt-get install -y --no-install-recommends \ curl \