You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: training/Makefile
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ help:
25
25
@echo " - make cloud-intel"
26
26
@echo " - make cloud-nvidia"
27
27
@echo " - make cloud-vllm"
28
+
@echo
29
+
@echo "Make prune. This command will remove all buildah containers if left behind from podman build and then prune all unused container images. Usefull if you are running out of space."
30
+
@echo
31
+
@echo " - make prune"
28
32
29
33
#
30
34
# Create instructlab AI container images
@@ -77,5 +81,14 @@ cloud-nvidia:
77
81
.PHONY:
78
82
cloud: cloud-amd cloud-intel cloud
79
83
84
+
#
85
+
# We often see users running out of space. These commands are useful for freeing wasted space.
86
+
# Note becarful to not run this target if a podman build is in progress.
0 commit comments