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 179acba commit 4c0959c
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 @@ -18,5 +18,5 @@ RUN pip uninstall -y llm-foundry
RUN rm -rf llm-foundry
RUN git clone --branch stable --recursive https://github.com/NVIDIA/TransformerEngine.git
RUN cd TransformerEngine && git submodule update --init --recursive
RUN export NVTE_FRAMEWORK=pytorch && pip install .
RUN export NVTE_FRAMEWORK=pytorch && MAX_JOBS=1 pip install .
RUN cd ..

0 comments on commit 4c0959c

Please sign in to comment.