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 f6c0719 commit 89a4b85Copy full SHA for 89a4b85
resources/tools/java-runtime.sh
@@ -15,7 +15,7 @@ done
15
if ! hash java 2>/dev/null; then
16
echo "Installing Java Runtime. Please wait..."
17
apt-get update
18
- apt-get install -y --no-install-recommends openjdk-11-jdk maven scala && \
+ apt-get install -y --no-install-recommends openjdk-11-jdk maven scala
19
else
20
echo "Java Runtime is already installed"
21
fi
resources/tools/java-utils.sh
@@ -19,7 +19,7 @@ apt-get install -y --no-install-recommends \
gradle
# Install Java - Python Integrations
22
-pip install --no-cache-dir jep py4j
+# pip install --no-cache-dir jep py4j
23
24
if [[ $(jupyter kernelspec list) =~ "java" ]]; then
25
echo "Java Kernel for Jupyter is already installed."
0 commit comments