From cadaa3e80abf3a32c0c37054e04c7c413251bebf Mon Sep 17 00:00:00 2001 From: v-chen_data Date: Tue, 1 Oct 2024 08:21:34 -0700 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb20c14e9f..d77162da55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ RUN pip install --no-cache-dir "./llm-foundry${DEP_GROUPS}" RUN if [ "$KEEP_FOUNDRY" != "true" ]; then \ pip uninstall -y llm-foundry && \ rm -rf /llm-foundry; \ - fi \ No newline at end of file + fi