From 7af7b40955c125f5e630f3d20b6d64d213678e98 Mon Sep 17 00:00:00 2001 From: wql Date: Wed, 4 Sep 2024 09:26:09 +0800 Subject: [PATCH] chore: change docker to ubuntu22.04 --- docker/docker-npu/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/docker-npu/Dockerfile b/docker/docker-npu/Dockerfile index 3075a023..939b52e7 100644 --- a/docker/docker-npu/Dockerfile +++ b/docker/docker-npu/Dockerfile @@ -1,7 +1,7 @@ -# Use the Ubuntu 20.04 image with CANN 8.0.rc1 +# Use the Ubuntu 22.04 image with CANN 8.0.rc1 # More versions can be found at https://hub.docker.com/r/ascendai/cann/tags -# FROM ascendai/cann:8.0.rc1-910-ubuntu20.04-py3.8 -FROM ascendai/cann:8.0.rc1-910b-ubuntu20.04-py3.8 +# FROM ascendai/cann:8.0.rc1-910-ubuntu22.04-py3.8 +FROM ascendai/cann:8.0.rc1-310p-ubuntu22.04-py3.8 # FROM ascendai/cann:8.0.rc1-910-openeuler22.03-py3.8 # FROM ascendai/cann:8.0.rc1-910b-openeuler22.03-py3.8