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 a19ae89 commit 8f12583Copy full SHA for 8f12583
spark-connect-client/Dockerfile
@@ -42,11 +42,10 @@ USER ${STACKABLE_USER_UID}
42
# Packages are intentionally installed in "user mode" to reduce the container attack surface.
43
# - pyspark[connect] = spark connect client libs
44
# - jupyterlab = notebook client used in demos
45
-# shellcheck disable=SC2102
46
RUN pip install --no-cache-dir --user \
47
- pyspark[connect]==${PRODUCT} \
48
- jupyterlab==4.4.1 \
49
- scikit-learn==1.3.1 \
50
- matplotlib==3.10.1
+ "pyspark[connect]==${PRODUCT}" \
+ "jupyterlab==4.4.1" \
+ "scikit-learn==1.3.1" \
+ "matplotlib==3.10.1"
51
52
WORKDIR /stackable/spark-connect-examples/python
0 commit comments