Skip to content

Commit

Permalink
install python headers
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Aug 27, 2024
1 parent e6bcad2 commit cec0c64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/docker/Dockerfile.nvcc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:12.6.0-devel-ubuntu24.04

RUN apt-get clean && apt-get update -y && \
DEBIAN_FRONTEND="noninteractive" TZ=America/New_York apt-get install -y --no-install-recommends git python3-minimal libpython3-stdlib bc hwloc wget openssh-client python3-numpy python3-h5py python3-matplotlib python3-scipy python3-pip lcov curl cuda-nsight-systems-12-6 cmake ninja-build
DEBIAN_FRONTEND="noninteractive" TZ=America/New_York apt-get install -y --no-install-recommends git python3-minimal libpython3-stdlib bc hwloc wget openssh-client python3-numpy python3-h5py python3-matplotlib python3-scipy python3-pip lcov curl cuda-nsight-systems-12-6 cmake ninja-build libpython3-dev

RUN pip3 install unyt --break-system-packages

Expand Down Expand Up @@ -37,8 +37,6 @@ RUN cd /tmp && \
cd / && \
rm -rf /tmp/hdf5-1.12.2*

RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10

RUN curl -L https://github.com/Kitware/CMake/releases/download/v3.23.2/cmake-3.23.2-linux-x86_64.tar.gz -o cmake-3.23.2-linux-x86_64.tar.gz && \
tar -xzf cmake-3.23.2-linux-x86_64.tar.gz -C /opt

Expand Down

0 comments on commit cec0c64

Please sign in to comment.