Skip to content

Commit

Permalink
commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Tang committed May 9, 2024
1 parent 3a118d2 commit dc71f45
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 @@ -17,4 +17,4 @@ RUN git clone -b $BRANCH_NAME 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
RUN pip install --verbose git+https://github.com/NVIDIA/TransformerEngine.git@main
RUN MAX_JOBS=1 pip install --verbose git+https://github.com/NVIDIA/TransformerEngine.git@main

0 comments on commit dc71f45

Please sign in to comment.