diff --git a/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache b/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache index 24a20f9b..ea15c797 100644 --- a/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/chatbot/bootc/Containerfile.nocache @@ -35,5 +35,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ VOLUME /var/lib/containers COPY quadlet/${RECIPE}.image /usr/share/containers/systemd - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache b/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache index 20b19d94..fea2bebb 100644 --- a/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/codegen/bootc/Containerfile.nocache @@ -33,5 +33,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/rag/bootc/Containerfile.nocache b/recipes/natural_language_processing/rag/bootc/Containerfile.nocache index 521c2df6..6fe96fa2 100644 --- a/recipes/natural_language_processing/rag/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/rag/bootc/Containerfile.nocache @@ -30,5 +30,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null diff --git a/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache b/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache index 65c3e892..38784aec 100644 --- a/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache +++ b/recipes/natural_language_processing/summarizer/bootc/Containerfile.nocache @@ -28,5 +28,3 @@ RUN sed -i -e '/additionalimage.*/a "/usr/lib/containers/storage",' \ # Added for running as an OCI Container to prevent Overlay on Overlay issues. VOLUME /var/lib/containers - -RUN podman system reset --force 2>/dev/null