Browse Source

Fix matplotlib issues.

Mike Birdgeneau 8 years ago
parent
commit
142202422e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      jupyterlab/Dockerfile
  2. 1 1
      jupyterlab/requirements.txt

+ 1 - 1
jupyterlab/Dockerfile

@@ -15,7 +15,7 @@ RUN pip install jupyterlab && jupyter serverextension enable --py jupyterlab
 
 
 # Install Python Packages & Requirements (Done near end to avoid invalidating cache)
 # Install Python Packages & Requirements (Done near end to avoid invalidating cache)
 ADD requirements.txt requirements.txt
 ADD requirements.txt requirements.txt
-RUN apk add --update py-matplotlib py-numpy py-pika
+RUN apk add libgcc libstdc++ libpng tcl tk
 RUN pip install -r requirements.txt
 RUN pip install -r requirements.txt
 
 
 # Expose Jupyter port & cmd
 # Expose Jupyter port & cmd

+ 1 - 1
jupyterlab/requirements.txt

@@ -1,3 +1,3 @@
-netCDF4
+#netCDF4
 folium
 folium
 pandas
 pandas