Skip to content
Snippets Groups Projects
Commit 7c0fbd53 authored by Johannes Mey's avatar Johannes Mey
Browse files

update Dockerfile

parent a1cee921
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,10 @@ RUN Rscript /trainbenchmark/trainbenchmark-reporting/install.R ...@@ -28,8 +28,10 @@ RUN Rscript /trainbenchmark/trainbenchmark-reporting/install.R
#USER user #USER user
WORKDIR /trainbenchmark WORKDIR /trainbenchmark
COPY --chown=user:user trainbenchmark/ /trainbenchmark/ COPY trainbenchmark/ /trainbenchmark/
COPY --chown=user:user docker /trainbenchmark/docker RUN sudo chown -R user:user /trainbenchmark
COPY docker /trainbenchmark/docker
RUN sudo chown -R user:user /trainbenchmark/docker
COPY docker/bashrc /home/user/.bashrc COPY docker/bashrc /home/user/.bashrc
RUN ./gradlew --no-daemon preprocess RUN ./gradlew --no-daemon preprocess
......
...@@ -2,6 +2,4 @@ Did you know? You can use "doc_motd" to display the login message ...@@ -2,6 +2,4 @@ Did you know? You can use "doc_motd" to display the login message
Use "doc_basic" to display the basic commands to run the benchmark Use "doc_basic" to display the basic commands to run the benchmark
Use "doc_advanced" to see advanced configuration Use "doc_advanced" to see advanced configuration
Use "csv_view" to get a nicely formatted output of csv files Use "csv_view" to get a nicely formatted output of csv files
I am the Fog Frog
What the Fog?
Use "./scripts/configure.sh" to change problem sizes. Some defaults are also inside the commands "configure_default", "configure_medium", "configure_small" Use "./scripts/configure.sh" to change problem sizes. Some defaults are also inside the commands "configure_default", "configure_medium", "configure_small"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment