Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
1b225409
"...resnet50_tensorflow.git" did not exist on "3d64b53687b170a844b87075f4492deadb45bfdb"
Commit
1b225409
authored
Jun 02, 2022
by
Antoine Kaufmann
Browse files
docker: add nano and vim to images for easier interactive use
parent
f989db8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
docker/Dockerfile.buildenv
docker/Dockerfile.buildenv
+2
-0
docker/Dockerfile.runenv
docker/Dockerfile.runenv
+2
-0
No files found.
docker/Dockerfile.buildenv
View file @
1b225409
...
@@ -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 \
...
...
docker/Dockerfile.runenv
View file @
1b225409
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment