Skip to content

Commit 5ae0d41

Browse files
committed
📌 (docker) change jupyter-client to 6.1.12
as it has error in autograding with version 7.0.2. The discussion about the error is in jupyter/jupyter_client#637
1 parent cdf2b0b commit 5ae0d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.8
22
WORKDIR /xqueue_fastapi
33
COPY ./requirements.txt /xqueue_fastapi/requirements.txt
44
RUN pip install uvicorn

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jedi==0.18.0
2525
Jinja2==3.0.1
2626
jsonschema==3.2.0
2727
jupyter==1.0.0
28-
jupyter-client==7.0.2
28+
jupyter-client==6.1.12
2929
jupyter-console==6.4.0
3030
jupyter-core==4.7.1
3131
jupyterlab-widgets==1.0.1

0 commit comments

Comments
 (0)