From cbbbf1d76c7871218e9fa7506377e80747bbc8a1 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 9 Oct 2023 18:03:04 -0700 Subject: [PATCH] remove comment --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf92322305..6c283660c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ FROM $BASE_IMAGE ARG DEP_GROUPS # Install and uninstall foundry to cache foundry requirements -# TEMPORARY CHANGE DO NOT MERGE RUN git clone -b main https://github.com/mosaicml/llm-foundry.git RUN pip install --no-cache-dir "./llm-foundry${DEP_GROUPS}" RUN pip uninstall -y llm-foundry