Skip to content

Commit

Permalink
adding plotting dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Aug 30, 2024
1 parent 0b90693 commit c6c5561
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Use the official JupyterHub Docker image as the base
FROM jupyterhub/jupyterhub:latest

RUN sudo apt-get update -y; sudo apt-get install -y libglfw3-dev libgles2-mesa-dev
RUN pip install --upgrade pip --quiet

# Install oauthenticator for GitHub authentication
RUN pip install oauthenticator dockerspawner jupyterlab vfb_connect
RUN pip install --upgrade oauthenticator dockerspawner jupyterlab vfb_connect ipywidgets matplotlib

RUN python -c 'from vfb_connect import vfb'

ENV JUPYTER_ENABLE_LAB=yes

0 comments on commit c6c5561

Please sign in to comment.