This commit is contained in:
SOULOFCINDER 2023-04-04 17:12:32 +08:00
parent f73e8dff96
commit 677a6c2885
1 changed files with 1 additions and 6 deletions

View File

@ -1,11 +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
RUN useradd -m -u 1000 user