clean list during build.
This commit is contained in:
parent
7db31543dd
commit
f81046c876
@ -17,7 +17,8 @@ RUN apt-get update && \
|
|||||||
gcc
|
gcc
|
||||||
|
|
||||||
# finish off with MPI dependencies (only required if not installing fenics)
|
# finish off with MPI dependencies (only required if not installing fenics)
|
||||||
#RUN sudo apt-get install mpich libmpich-dev -y && rm -rf /var/lib/apt/lists/*
|
#RUN sudo apt-get install mpich libmpich-dev -y
|
||||||
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
USER jovyan
|
USER jovyan
|
||||||
RUN conda update --all
|
RUN conda update --all
|
||||||
|
Loading…
Reference in New Issue
Block a user