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
57
57
58
58
For example, here is how to build a ` pyspark-notebook ` image with Spark ` 3.2.0 ` , Hadoop ` 3.2 ` and OpenJDK ` 11 ` .
59
59
60
+ ``` {warning}
61
+ This recipe is not tested and might be broken.
62
+ ```
63
+
60
64
``` bash
61
65
# From the root of the project
62
66
# Build the image with different arguments
63
67
docker 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 \
65
69
--build-arg spark_version=3.2.0 \
66
70
--build-arg hadoop_version=3.2 \
67
71
--build-arg spark_checksum=707DDE035926A50B75E53FCA72CADA519F3239B14A96546911CB4916A58DCF69A1D2BFDD2C7DD5899324DBD82B6EEAB9797A7B4ABF86736FFCA4C26D0E0BF0EE \
You can’t perform that action at this time.
0 commit comments