Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed May 15, 2024
1 parent 5602ae9 commit c745a61
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 @@ -13,7 +13,7 @@ ADD https://raw.githubusercontent.com/mosaicml/llm-foundry/$BRANCH_NAME/setup.py
RUN rm setup.py

# Install TransformerEngine
RUN NVTE_FRAMEWORK=pytorch CMAKE_BUILD_PARALLEL_LEVEL=4 MAX_JOBS=1 pip install --verbose git+https://github.com/j316chuck/TransformerEngine.git@chuck/fix_main
RUN NVTE_FRAMEWORK=pytorch CMAKE_BUILD_PARALLEL_LEVEL=4 MAX_JOBS=1 pip install --verbose git+https://github.com/NVIDIA/TransformerEngine.git@main


# Install and uninstall foundry to cache foundry requirements
Expand Down

0 comments on commit c745a61

Please sign in to comment.