Skip to content

Commit

Permalink
use python3-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Sep 27, 2024
1 parent 16b3f03 commit ab2b41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/cuda-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -qq && apt-get upgrade -y -qq && \
g++ \
libopenmpi-dev \
libhdf5-mpi-dev \
libpython3-dev \
python3-defaults \
ninja-build && \
apt-get --yes -qq clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ab2b41b

Please sign in to comment.