Skip to content
Snippets Groups Projects
Commit f783650c authored by auphelia's avatar auphelia
Browse files

[Dockerfile] Add option to execute sshpass commands inside the container

parent 932c1317
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ RUN pip install matplotlib
RUN pip install pytest-dependency
RUN apt-get install -y build-essential libglib2.0-0 libsm6 libxext6 libxrender-dev
RUN apt install verilator
RUN apt-get -y install sshpass
RUN echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config
# 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