From 7f842dbf7e9b58f558704674a53b99217791c623 Mon Sep 17 00:00:00 2001 From: Aishwary Gupta Date: Thu, 7 Nov 2024 16:45:41 +0530 Subject: [PATCH] Upgrade ubuntu base image to 22.04 (#3574) --- .../finetune_acft_hf_nlp/environments/acpt/context/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/training/finetune_acft_hf_nlp/environments/acpt/context/Dockerfile b/assets/training/finetune_acft_hf_nlp/environments/acpt/context/Dockerfile index 95ba6a91f4..f2d93cd2fe 100644 --- a/assets/training/finetune_acft_hf_nlp/environments/acpt/context/Dockerfile +++ b/assets/training/finetune_acft_hf_nlp/environments/acpt/context/Dockerfile @@ -1,5 +1,5 @@ #PTCA image -FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}} +FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:{{latest-image-tag:biweekly\.\d{6}\.\d{1}.*}} USER root