Skip to content

Commit

Permalink
docker: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed May 1, 2024
1 parent 885b365 commit 0858081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ENV CPATH $HPCSDK_HOME/comm_libs/mpi/include:$HPCSDK_HOME/comm_libs/nvshmem/incl

# MPI
RUN rm -f $HPCSDK_HOME/comm_libs/mpi && \
ln -sf $HPCSDK_HOME/comm_libs/hpcx/latest/ompi $HPCSDK_HOME/comm_libs/mpi \
ln -sf $HPCSDK_HOME/comm_libs/hpcx/latest/ompi $HPCSDK_HOME/comm_libs/mpi

# Install python nvidia dependencies
RUN python3 -m venv /venv && \
Expand Down

0 comments on commit 0858081

Please sign in to comment.