We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c842072 commit f1f37e7Copy full SHA for f1f37e7
docker/entrypoint.sh
@@ -26,7 +26,7 @@ cd /github/workspace/src/main/cpp
26
./build.sh
27
cd /github/workspace
28
29
-export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"
+export MAVEN_OPTS="-Xmx512m"
30
31
log="/tmp/sysdstest.log"
32
mvn -ntp -B test-compile 2>&1 | grep -E "BUILD|Total time:|---|Building SystemDS"
docker/testsysds.Dockerfile
@@ -73,8 +73,7 @@ RUN apt-get install -y --no-install-recommends \
73
libssl-dev \
74
r-base \
75
r-base-dev \
76
- r-base-core\
77
-
+ r-base-core \
78
&& Rscript installDependencies.R \
79
&& rm -rf installDependencies.R \
80
&& rm -rf /var/lib/apt/lists/*
0 commit comments