Skip to content

Commit

Permalink
📌 (docker) change jupyter-client to 6.1.12
Browse files Browse the repository at this point in the history
as it has error in autograding with version 7.0.2. The discussion about the error is in jupyter/jupyter_client#637
  • Loading branch information
titlethanason committed Oct 29, 2021
1 parent cdf2b0b commit 5ae0d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.8
WORKDIR /xqueue_fastapi
COPY ./requirements.txt /xqueue_fastapi/requirements.txt
RUN pip install uvicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jedi==0.18.0
Jinja2==3.0.1
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==7.0.2
jupyter-client==6.1.12
jupyter-console==6.4.0
jupyter-core==4.7.1
jupyterlab-widgets==1.0.1
Expand Down

0 comments on commit 5ae0d41

Please sign in to comment.