From 36f89407dec6da1a0bbeafa517fcd3f4105a4e5a Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Fri, 14 Sep 2018 18:26:12 +0200 Subject: [PATCH] Add p7zip --- ubuntu-18.04/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile index 075fa5e..c772f61 100644 --- a/ubuntu-18.04/Dockerfile +++ b/ubuntu-18.04/Dockerfile @@ -113,7 +113,6 @@ RUN cd /tmp && \ rm -rf pybind11-2.2.3 RUN apt-get install -y \ - file \ libepoxy-dev \ libglm-dev \ libegl1-mesa-dev \ @@ -140,6 +139,10 @@ RUN apt-get install -y openssh-server && \ RUN apt-get install -y locales && \ locale-gen en_US.UTF-8 en_GB.UTF-8 +RUN apt-get install -y \ + file \ + p7zip + COPY jupyter_notebook_config.py /root/.jupyter/ ADD mxnet_profile.sh /etc/profile.d/mxnet.sh COPY launch.sh /sbin -- GitLab