Skip to content

Commit 8f12583

Browse files
committed
fix shellcheck sc2102
1 parent a19ae89 commit 8f12583

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

spark-connect-client/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ USER ${STACKABLE_USER_UID}
4242
# Packages are intentionally installed in "user mode" to reduce the container attack surface.
4343
# - pyspark[connect] = spark connect client libs
4444
# - jupyterlab = notebook client used in demos
45-
# shellcheck disable=SC2102
4645
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
46+
"pyspark[connect]==${PRODUCT}" \
47+
"jupyterlab==4.4.1" \
48+
"scikit-learn==1.3.1" \
49+
"matplotlib==3.10.1"
5150

5251
WORKDIR /stackable/spark-connect-examples/python

0 commit comments

Comments
 (0)