File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,15 @@ You can build a `pyspark-notebook` image with a different `Spark` version by ove
5757
5858For example, here is how to build a ` pyspark-notebook ` image with Spark ` 3.2.0 ` , Hadoop ` 3.2 ` and OpenJDK ` 11 ` .
5959
60+ ``` {warning}
61+ This recipe is not tested and might be broken.
62+ ```
63+
6064``` bash
6165# From the root of the project
6266# Build the image with different arguments
6367docker build --rm --force-rm \
64- -t jupyter/pyspark-notebook:spark-3.2.0 ./pyspark-notebook \
68+ -t jupyter/pyspark-notebook:spark-3.2.0 ./images/ pyspark-notebook \
6569 --build-arg spark_version=3.2.0 \
6670 --build-arg hadoop_version=3.2 \
6771 --build-arg spark_checksum=707DDE035926A50B75E53FCA72CADA519F3239B14A96546911CB4916A58DCF69A1D2BFDD2C7DD5899324DBD82B6EEAB9797A7B4ABF86736FFCA4C26D0E0BF0EE \
You can’t perform that action at this time.
0 commit comments