Skip to content
Snippets Groups Projects
Commit 27caaa2a authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docker] add nano to container, helpful for quick changes

parent 048add9d
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ WORKDIR /workspace
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN rm requirements.txt
RUN apt update; apt install nano
# Note that we expect the cloned finn directory on the host to be
# mounted on /workspace/finn -- see run-docker.sh for an example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment