Skip to content

Commit

Permalink
Add gcc-11 option when creating a compose env. (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Feb 25, 2022
1 parent 37fdc9a commit 1e487cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/02-create-compose-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Would you like me to reuse your existing config? (y/n)" "YES")
echo ""
fi

GCC_VERSION=${GCC_VERSION:-$(select_version "Please enter your desired GCC version (9/10)" "9")}
GCC_VERSION=${GCC_VERSION:-$(select_version "Please enter your desired GCC version (9/10/11)" "9")}
CUDA_VERSION=${CUDA_VERSION:-$(select_version "Please enter your desired CUDA version (11.5.0)" "$CURRENT_CUDA_VERSION")}
PYTHON_VERSION=${PYTHON_VERSION:-$(select_version "Please enter your desired Python version (3.8/3.9)" "3.8")}
CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-$(select_version "Select RAPIDS CMake project built type (Debug/Release)" "Release")}
Expand Down

0 comments on commit 1e487cc

Please sign in to comment.