Commit 3d5ae610 authored by Jialin Li's avatar Jialin Li
Browse files

update tofino docker image

parent edd78e88
......@@ -34,6 +34,7 @@ RUN apt-get update \
wget \
nano \
vim \
psmisc \
&& rm -rf /var/lib/apt/lists/*
COPY docker/verilator.patch /tmp/
RUN cd /tmp \
......@@ -92,5 +93,4 @@ ENV SDE_INSTALL=/tofino/bf-sde/install
WORKDIR /tofino/bf-sde
RUN mkdir tools
COPY docker/p4_build.sh tools/
RUN ./tools/p4_build.sh /simbricks/sims/tofino/p4/nopaxos.p4
RUN ./install/bin/veth_setup.sh
RUN ./tools/p4_build.sh /simbricks/sims/net/tofino/p4/nopaxos.p4
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