Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu126
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu126

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu126.dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu126 && pip3 install pre-commit

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich

# Install oh-my-zsh
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu128
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu128

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu128.dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu128 && pip3 install pre-commit

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich

# Install oh-my-zsh
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu129
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu129

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu129.dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu129 && pip3 install pre-commit

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich

# Install oh-my-zsh
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu130
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu130

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich
2 changes: 1 addition & 1 deletion docker/Dockerfile.cu130.dev
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages.
RUN bash /install/install_python_packages.sh cu130 && pip3 install pre-commit

# Install mpi4py in the conda environment
RUN conda install -n py312 -y mpi4py
RUN conda install -n py312 -y mpi4py mpich

# Install oh-my-zsh
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
Expand Down