Skip to content

Commit da351d3

Browse files
revert local
1 parent 5b89624 commit da351d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ function buildImages() {
129129
# ----------------------------------------------------------------------------------------------------------------------
130130

131131
cleanContainers;
132-
# cleanImages;
132+
cleanImages;
133133
cleanVolume;
134134
buildImages;

build/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build:
2-
build_base: "false"
3-
build_spark: "false"
2+
build_base: "true"
3+
build_spark: "true"
44
build_jupyterlab: "true"

0 commit comments

Comments
 (0)