Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 10, 2023
1 parent e4d0244 commit cbbbf1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbbbf1d

Please sign in to comment.