We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dfaf9 commit e7e8049Copy full SHA for e7e8049
1 file changed
artifact/docker/Dockerfile
@@ -15,7 +15,6 @@ RUN apt install -y sudo \
15
16
RUN python3 -m venv /src/venv-py
17
ENV PATH="/src/venv-py/bin:$PATH"
18
-RUN python3 -m pip install --upgrade pandas scipy psutil
19
20
# Clone and Build LLVM 17
21
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 \
69
68
--llvm-test-suite /src/llvm-test-suite \
70
--daedalus /src/Daedalus \
71
--lit-results /lit-results \
72
- --errors-dbg /src/daedalus-dbg-toolkit
+ --errors-dbg /src/daedalus-dbg-toolkit \
+ --venv /src/venv-py
0 commit comments