Skip to content

Commit

Permalink
add more env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed May 15, 2024
1 parent 2e22fac commit 27ae60f
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 pip install --verbose git+https://github.com/NVIDIA/TransformerEngine.git@stable
RUN NVTE_FRAMEWORK=pytorch CMAKE_BUILD_PARALLEL_LEVEL=4 MAX_JOBS=1 pip install --verbose git+https://github.com/NVIDIA/TransformerEngine.git@stable

# Install and uninstall foundry to cache foundry requirements
RUN git clone -b $BRANCH_NAME https://github.com/mosaicml/llm-foundry.git
Expand Down

0 comments on commit 27ae60f

Please sign in to comment.