"...resnet50_tensorflow.git" did not exist on "3d64b53687b170a844b87075f4492deadb45bfdb"
Commit 1b225409 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: add nano and vim to images for easier interactive use

parent f989db8f
...@@ -32,6 +32,8 @@ RUN apt-get update \ ...@@ -32,6 +32,8 @@ RUN apt-get update \
scons \ scons \
unzip \ unzip \
wget \ wget \
nano \
vim \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY verilator.patch /tmp/ COPY verilator.patch /tmp/
RUN cd /tmp \ RUN cd /tmp \
......
...@@ -16,6 +16,8 @@ RUN apt-get update \ ...@@ -16,6 +16,8 @@ RUN apt-get update \
rsync \ rsync \
unzip \ unzip \
wget \ wget \
nano \
vim \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN apt-get update \ RUN apt-get update \
&& apt-mark hold shared-mime-info \ && apt-mark hold shared-mime-info \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment