Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default mpi-operator image #124

Merged
merged 9 commits into from
Aug 21, 2024
Prev Previous commit
Next Next commit
fix: need curl for kubectl install
vexingly committed Aug 20, 2024
commit 1b18c80232c127f8459563618439988c68170fb3
1 change: 1 addition & 0 deletions mpi-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ RUN apt update && apt install -y --no-install-recommends \
libcap2-bin \
openmpi-bin \
sqlite3 \
curl \
&& rm -rf /var/lib/apt/lists/*

# Add priviledge separation directoy to run sshd as root.