Skip to content

Commit cc5825f

Browse files
authored
Update Dockerfile (#525)
nb-cli现在要求最低python3.9了
1 parent 2038a23 commit cc5825f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
1+
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10
22

33
RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
44

55
COPY . /app/
66

77
RUN python3 -m pip install -r requirements.txt
88

9-
CMD nb run
9+
CMD nb run

0 commit comments

Comments
 (0)