Skip to content

Commit

Permalink
don't uninstall dev dependencies (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored May 23, 2024
1 parent f571919 commit a0160c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion features/src/openmpi/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenMPI",
"id": "openmpi",
"version": "24.6.0",
"version": "24.6.1",
"description": "A feature to install OpenMPI with optional CUDA and UCX support",
"options": {
"version": {
Expand Down
4 changes: 0 additions & 4 deletions features/src/openmpi/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ install_openmpi_deps() {

run_deps+=(build-essential gfortran);

echo "run_deps: ${run_deps[*]}" >&2;
echo "dev_deps: ${dev_deps[*]}" >&2;
echo "Installing packages: ${run_deps[*]} ${dev_deps[*]}" >&2;
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends "${run_deps[@]}" "${dev_deps[@]}" >&2;

echo "${dev_deps[@]}";
}

build_and_install_openmpi() {
Expand Down

0 comments on commit a0160c2

Please sign in to comment.