Skip to content

Commit

Permalink
Update jupyter.Dockerfile to add Arial font to container
Browse files Browse the repository at this point in the history
  • Loading branch information
oneillkza authored Mar 5, 2024
1 parent 5121283 commit cb16ca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container/jupyter.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

FROM jupyter/base-notebook

# Install Arial font and co:
RUN apt install msttcorefonts

# Install any additional dependencies you need
# For example, if you use Python notebooks, you might want to install additional packages:
# e.g RUN pip install -r requirements.txt
Expand Down

0 comments on commit cb16ca0

Please sign in to comment.