We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2038a23 commit cc5825fCopy full SHA for cc5825f
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
+FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10
2
3
RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
4
5
COPY . /app/
6
7
RUN python3 -m pip install -r requirements.txt
8
9
-CMD nb run
+CMD nb run
0 commit comments