From 0716db7920e7fb28476bdbb75d59ed8ad01de8f3 Mon Sep 17 00:00:00 2001 From: Tim O'Farrell Date: Mon, 14 Oct 2024 15:41:14 -0600 Subject: [PATCH] WIP --- openhands/runtime/utils/runtime_templates/Dockerfile.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 index 5fc6ddc11d..65ee9c2b44 100644 --- a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 +++ b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 @@ -71,7 +71,6 @@ RUN \ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \ /openhands/micromamba/bin/micromamba clean --all - # ================================================================ # END: Build Runtime Image from Scratch # ================================================================