From a4d257d8716d57faa4e0592eb465a1a75b296236 Mon Sep 17 00:00:00 2001 From: Gregor Betz <3662782+ggbetz@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:24:00 +0200 Subject: [PATCH] Update Dockerfile rm hf_transfer env var --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d91714..32ae4ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,11 +26,6 @@ RUN pip install -U vllm==${VLLM_VERSION} RUN pip uninstall -y flash-attn RUN pip install flash-attn --no-build-isolation - -# Environment variables - -ENV HF_HUB_ENABLE_HF_TRANSFER="1" - # Run cot-eval script on startup WORKDIR ${APP_HOME}/cot-eval