Skip to content

Commit

Permalink
[Bugfix:Autograding] Fix location of Jupyter Dockerfile (#47)
Browse files Browse the repository at this point in the history
### What is the current behavior?
#40 inadvertently put the Jupyter Dockerfile in the wrong directory.

### What is the new behavior?
Fixes the directory structure.
  • Loading branch information
williamjallen authored Sep 9, 2024
1 parent 7a8c58f commit 6552c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN apt-get install python3.10 pip -y

RUN pip install --upgrade pip==22.0.2

RUN pip install notebook
RUN pip install notebook==7.2.2
1 change: 1 addition & 0 deletions dockerfiles/jupyter/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"latestTag": "7.2",
"pushLatest": true
}

0 comments on commit 6552c93

Please sign in to comment.