remove octave extension
This commit is contained in:
parent
2d9d65f6a9
commit
db6d9cc2be
@ -1,9 +1,9 @@
|
||||
FROM ben0i0d/jupyter:py-c
|
||||
|
||||
USER root
|
||||
# Install Octave + package + graph_toolkit
|
||||
# Install Octave + graph_toolkit
|
||||
RUN apt-get update --yes && \
|
||||
apt-get install --yes octave octave-image gnuplot && \
|
||||
apt-get install --yes octave gnuplot && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
USER ${NB_UID}
|
||||
|
Loading…
x
Reference in New Issue
Block a user