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 001507e commit b193358Copy full SHA for b193358
Makefile
@@ -44,6 +44,8 @@ cluster-base-image:
44
-t ${CLUSTER_BASE_IMAGE} \
45
-f ./Dockerfile-cluster-base \
46
.
47
+ echo "--- docker images ---"
48
+ docker images
49
50
.PHONY: cluster-image
51
cluster-image: cluster-base-image $(LIB_LIGHTGBM)
0 commit comments