From 092bf0c3ec006942eb9d533384bc93c387df3741 Mon Sep 17 00:00:00 2001 From: v-chen_data Date: Mon, 30 Sep 2024 23:00:56 -0700 Subject: [PATCH] precommit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b33e38fef..06ce6d5293 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,4 +43,4 @@ RUN ls -la /llm-foundry || echo "llm-foundry directory not found" # Try to import llm-foundry in Python RUN python -c "import llm_foundry; print('llm-foundry successfully imported')" || echo "Failed to import llm-foundry" -RUN echo "Build process completed" \ No newline at end of file +RUN echo "Build process completed"