Skip to content

Commit

Permalink
[Feature:Autograding] Add jupyter image (#40)
Browse files Browse the repository at this point in the history
### What is the new behavior?
This new image contains Jupyter and is meant to be a starting place for
instructors who wish to create custom images for Jupyter notebook
autograding. This will be paired with an autograding example in the main
Submitty/Submitty repository.
  • Loading branch information
williamjallen authored Aug 14, 2024
1 parent eb5cd6a commit a523a62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dockerfiles/jupyter/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ubuntu:22.04

RUN apt-get update
RUN apt-get install python3.10 pip -y

RUN pip install --upgrade pip==22.0.2

RUN pip install notebook
3 changes: 3 additions & 0 deletions dockerfiles/jupyter/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pushLatest": true
}

0 comments on commit a523a62

Please sign in to comment.