aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/docker/Dockerfile')
-rw-r--r--scripts/docker/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 169971c..668219a 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -7,12 +7,13 @@ RUN nix-env -i yosys git tmux vim gcc iverilog
ADD legup_polybench_syn.tar.gz /data/legup-polybench-syn
ADD legup_polybench_syn_div.tar.gz /data/legup-polybench-syn-div
+ADD data.tar.gz /data
RUN git clone --recursive https://github.com/ymherklotz/vericert
WORKDIR /vericert
RUN git checkout -b oopsla21
-RUN nix-shell --run "make -j7"
-RUN nix-shell --run "make install"
-
+#RUN nix-shell --run "make -j7"
+#RUN nix-shell --run "make install"
+#
RUN echo "export PATH=/vericert/bin:$PATH" >>/root/.bashrc