Skip to content

Commit

Permalink
MSP-3890: update pyxis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
itechdima committed Jan 17, 2025
1 parent 6a6b939 commit c741177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/common/scripts/install_slurm_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gcc -fPIC -shared -o /usr/src/chroot-plugin/chroot.so /usr/src/chroot-plugin/chr

# Download, compile and install pyxis SPANK plugin
cd /usr/src && \
wget https://github.com/NVIDIA/pyxis/archive/refs/tags/v0.19.0.tar.gz && \
tar -xzvf v0.19.0.tar.gz && \
rm v0.19.0.tar.gz && \
cd pyxis-0.19.0 && \
wget https://github.com/itechdima/pyxis/archive/refs/heads/disable-concurrent-pull-and-keep-squashfs.tar.gz && \
tar -xzvf disable-concurrent-pull-and-keep-squashfs.tar.gz && \
rm disable-concurrent-pull-and-keep-squashfs.tar.gz && \
cd pyxis-disable-concurrent-pull-and-keep-squashfs && \
make install prefix=/usr libdir=/usr/lib/x86_64-linux-gnu
3 changes: 3 additions & 0 deletions images/jail/jail.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ RUN chown 0:0 /etc/enroot/enroot.conf && chmod 644 /etc/enroot/enroot.conf
# Create directory for enroot runtime data that will be mounted from the host
RUN mkdir -p -m 777 /usr/share/enroot/enroot-data

# Create directory for pyxis runtime
RUN mkdir -p -m 777 /usr/pyxis/runtime

# Install OpenMPI
COPY common/scripts/install_openmpi.sh /opt/bin/
RUN chmod +x /opt/bin/install_openmpi.sh && \
Expand Down

0 comments on commit c741177

Please sign in to comment.