Skip to content
Snippets Groups Projects
Commit f1cbb924 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

missing openmpi in recipe

parent 8e673db1
No related branches found
No related tags found
No related merge requests found
Pipeline #151336 passed
...@@ -5,7 +5,7 @@ FROM: debian:12 ...@@ -5,7 +5,7 @@ FROM: debian:12
apt-get update apt-get update
DEBIAN_FRONTEND=noninteractive \ DEBIAN_FRONTEND=noninteractive \
apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip apt-get install -y wget cmake python3-numpy python3-setuptools doxygen swig cython3 software-properties-common git jq python3-pip openmpi-bin libopenmpi-dev
mkdir /opt/cuda-toolkit mkdir /opt/cuda-toolkit
cd /opt/cuda-toolkit cd /opt/cuda-toolkit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment