diff --git a/Dockerfile b/Dockerfile index 581f17e4..a415c57d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8 +FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10 RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple @@ -6,4 +6,4 @@ COPY . /app/ RUN python3 -m pip install -r requirements.txt -CMD nb run \ No newline at end of file +CMD nb run