Skip to content

Commit

Permalink
Update Dockerfile rm hf_transfer env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz authored Apr 10, 2024
1 parent 4e4df36 commit a4d257d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d257d

Please sign in to comment.