We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf2b0b commit 5ae0d41Copy full SHA for 5ae0d41
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9
+FROM python:3.8
2
WORKDIR /xqueue_fastapi
3
COPY ./requirements.txt /xqueue_fastapi/requirements.txt
4
RUN pip install uvicorn
requirements.txt
@@ -25,7 +25,7 @@ jedi==0.18.0
25
Jinja2==3.0.1
26
jsonschema==3.2.0
27
jupyter==1.0.0
28
-jupyter-client==7.0.2
+jupyter-client==6.1.12
29
jupyter-console==6.4.0
30
jupyter-core==4.7.1
31
jupyterlab-widgets==1.0.1
0 commit comments