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

update Dockerfile

parent a1cee921
Branches
No related tags found
No related merge requests found
......@@ -28,8 +28,10 @@ RUN Rscript /trainbenchmark/trainbenchmark-reporting/install.R
#USER user
WORKDIR /trainbenchmark
COPY --chown=user:user trainbenchmark/ /trainbenchmark/
COPY --chown=user:user docker /trainbenchmark/docker
COPY trainbenchmark/ /trainbenchmark/
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
RUN ./gradlew --no-daemon preprocess
......
......@@ -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_advanced" to see advanced configuration
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment