Skip to content
Snippets Groups Projects
Commit 36f89407 authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Add p7zip

parent 05c0481f
Branches
No related tags found
No related merge requests found
...@@ -113,7 +113,6 @@ RUN cd /tmp && \ ...@@ -113,7 +113,6 @@ RUN cd /tmp && \
rm -rf pybind11-2.2.3 rm -rf pybind11-2.2.3
RUN apt-get install -y \ RUN apt-get install -y \
file \
libepoxy-dev \ libepoxy-dev \
libglm-dev \ libglm-dev \
libegl1-mesa-dev \ libegl1-mesa-dev \
...@@ -140,6 +139,10 @@ RUN apt-get install -y openssh-server && \ ...@@ -140,6 +139,10 @@ RUN apt-get install -y openssh-server && \
RUN apt-get install -y locales && \ RUN apt-get install -y locales && \
locale-gen en_US.UTF-8 en_GB.UTF-8 locale-gen en_US.UTF-8 en_GB.UTF-8
RUN apt-get install -y \
file \
p7zip
COPY jupyter_notebook_config.py /root/.jupyter/ COPY jupyter_notebook_config.py /root/.jupyter/
ADD mxnet_profile.sh /etc/profile.d/mxnet.sh ADD mxnet_profile.sh /etc/profile.d/mxnet.sh
COPY launch.sh /sbin COPY launch.sh /sbin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment