Skip to content

Commit

Permalink
install g++11
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaDoubov committed Jan 3, 2025
1 parent 06fb4a8 commit 9fef037
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ RUN if [ -n "$MOFED_VERSION" ] ; then \
pip uninstall -y netifaces && pip install netifaces==0.11.0 ; \
fi

####################################
# Install g++-11 (for c++20 support)
####################################

RUN apt-get install -y g++-11

##########################
# Install Flash Attention
##########################
Expand Down

0 comments on commit 9fef037

Please sign in to comment.