Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 9, 2023
1 parent 1a82b74 commit f65bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG DEP_GROUPS

# Install and uninstall foundry to cache foundry requirements
# TEMPORARY CHANGE DO NOT MERGE
RUN git clone -b flash2-upstream https://github.com/mosaicml/llm-foundry.git
RUN git clone -b flash2-upstream https://github.com/mosaicml/llm-foundry.git
RUN pip install --no-cache-dir "./llm-foundry${DEP_GROUPS}"
RUN pip uninstall -y llm-foundry
RUN rm -rf llm-foundry

0 comments on commit f65bfce

Please sign in to comment.