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 5b89624 commit da351d3Copy full SHA for da351d3
2 files changed
build/build.sh
@@ -129,6 +129,6 @@ function buildImages() {
129
# ----------------------------------------------------------------------------------------------------------------------
130
131
cleanContainers;
132
-# cleanImages;
+cleanImages;
133
cleanVolume;
134
buildImages;
build/build.yml
@@ -1,4 +1,4 @@
1
build:
2
- build_base: "false"
3
- build_spark: "false"
+ build_base: "true"
+ build_spark: "true"
4
build_jupyterlab: "true"
0 commit comments