update cpu docker image for torch 2.2.0

This commit is contained in:
Fangjun Kuang 2024-02-18 17:51:56 +08:00
parent 17688476e5
commit 69bec66005

View File

@ -43,7 +43,7 @@ def get_torchaudio_version(torch_version):
def get_matrix():
k2_version = "1.24.4.dev20240211"
k2_version = "1.24.4.dev20240218"
kaldifeat_version = "1.25.4.dev20240210"
version = "1.3"
python_version = ["3.8", "3.9", "3.10", "3.11", "3.12"]