Skip to content

Commit

Permalink
installed octave kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Jul 15, 2023
1 parent 4e22ff3 commit d707ba9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ RUN apt-get update --yes && \
# user requests
imagemagick \
# for matplotlib anim
ffmpeg && \
ffmpeg \
# for octave installation
octave \
gnuplot && \
apt-get clean && rm -rf /var/lib/apt/lists/*

RUN chmod +x /tmp/scripts/install-mbistyles-fonts.sh && /tmp/scripts/install-mbistyles-fonts.sh
Expand Down Expand Up @@ -76,6 +79,7 @@ RUN mamba install --yes \
'xarray' \
'netCDF4' \
'jupyter-collaboration' \
'octave_kernel' \
'conda-forge::dask-labextension' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
Expand Down

0 comments on commit d707ba9

Please sign in to comment.