From 410f6b3dbfdbf646c8fdba2c6e08b08704116809 Mon Sep 17 00:00:00 2001 From: SOULOFCINDER <841135647@qq.com> Date: Tue, 4 Apr 2023 15:54:51 +0800 Subject: [PATCH] update --- ArcaneGAN/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ArcaneGAN/Dockerfile b/ArcaneGAN/Dockerfile index d525920..2f124b8 100644 --- a/ArcaneGAN/Dockerfile +++ b/ArcaneGAN/Dockerfile @@ -1,10 +1,6 @@ # please visit https://github.com/xfyun/aiges/releases to get stable and suitable iamges. -FROM docker.io/library/python:3.8.9 - - -RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list -RUN sed -i 's|security.debian.org/debian-security|mirrors.ustc.edu.cn/debian-security|g' /etc/apt/sources.list +FROM public.ecr.aws/iflytek-open/cuda-go-python-base:11.6-1.17-3.9.13-ubuntu1804 WORKDIR /home/user/app