Skip to content
Snippets Groups Projects
Commit 6e8075c3 authored by Carl Mai's avatar Carl Mai
Browse files

docker works now offline

parent 879db401
Branches
No related tags found
No related merge requests found
...@@ -35,9 +35,22 @@ RUN chown -R user:user /trainbenchmark ...@@ -35,9 +35,22 @@ RUN chown -R user:user /trainbenchmark
RUN chown -R user:user /home/user/.bashrc RUN chown -R user:user /home/user/.bashrc
USER user USER user
RUN ./gradlew --no-daemon preprocess RUN ./gradlew --no-daemon preprocess \
RUN ./gradlew --no-daemon build shadowJar -x test && ./gradlew --no-daemon build shadowJar -x test \
RUN ./gradlew --no-daemon initScripts && ./scripts/configure.sh 1 1 900 10 \
&& ./gradlew --no-daemon generate \
&& ./scripts/configure.sh 1 1024 900 10 \
&& ./gradlew --no-daemon initScripts
# USER root
# RUN apt-get update -y && apt-get install -y \
# vim \
# --no-install-recommends \
# && apt-get clean \
# && rm -rf /var/lib/apt/lists/*
# USER user
# when benchmarking run: # when benchmarking run:
# RUN ./gradlew --no-daemon generate # RUN ./gradlew --no-daemon generate
......
./scripts/configure.sh 1 512 900 10 ./scripts/configure.sh 1 512 900 10
./gradlew initScripts ./gradlew initScripts --offline
./gradlew generate ./gradlew generate --offline
./gradlew individualInjectBenchmark ./gradlew individualInjectBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
./gradlew individualRepairBenchmark ./gradlew individualRepairBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
./scripts/configure.sh 1 64 600 5 ./scripts/configure.sh 1 64 600 5
./gradlew initScripts ./gradlew initScripts --offline
./gradlew generate ./gradlew generate --offline
./gradlew individualInjectBenchmark ./gradlew individualInjectBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
./gradlew individualRepairBenchmark ./gradlew individualRepairBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
./scripts/configure.sh 1 32 60 1 ./scripts/configure.sh 1 32 60 1
./gradlew initScripts ./gradlew initScripts --offline
./gradlew generate ./gradlew generate --offline
./gradlew individualInjectBenchmark ./gradlew individualInjectBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
./gradlew individualRepairBenchmark ./gradlew individualRepairBenchmark --offline
./gradlew plotIndividual ./gradlew plotIndividual --offline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment