From ecc63de8047ad86bd3c00019ebfa5cb7c7c8eac1 Mon Sep 17 00:00:00 2001 From: jack-melchert <56329001+jack-melchert@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:03:20 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63370cb7..3c860c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -238,7 +238,7 @@ COPY ./peak /aha/peak COPY ./peak_generator /aha/peak_generator COPY ./pycoreir /aha/pycoreir COPY ./Lego_v0 /aha/Lego_v0 -COPY ./DSEGraphAnalysis /aha/DSEGraphAnalysis +COPY ./APEX /aha/APEX # Install aha tools /aha/aha/ COPY ./setup.py /aha/setup.py