Skip to content

Commit e7e8049

Browse files
authored
Artifact Script Update Fix (#36)
1 parent a1dfaf9 commit e7e8049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

artifact/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN apt install -y sudo \
1515

1616
RUN python3 -m venv /src/venv-py
1717
ENV PATH="/src/venv-py/bin:$PATH"
18-
RUN python3 -m pip install --upgrade pandas scipy psutil
1918

2019
# Clone and Build LLVM 17
2120
RUN git clone --depth 100 -b merge-functions-pass https://github.com/Casperento/llvm-project.git
@@ -69,4 +68,5 @@ RUN ./run-experiment.sh -w 10 \
6968
--llvm-test-suite /src/llvm-test-suite \
7069
--daedalus /src/Daedalus \
7170
--lit-results /lit-results \
72-
--errors-dbg /src/daedalus-dbg-toolkit
71+
--errors-dbg /src/daedalus-dbg-toolkit \
72+
--venv /src/venv-py

0 commit comments

Comments
 (0)