Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Oct 21, 2024
1 parent 8f04742 commit 798d2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base-x.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/*

# Install OFED
ARG OFED_VERSION=5.8-5.1.1.2
ARG OFED_VERSION=5.2-2.2.3.0
RUN cd /tmp && \
OS_VERSION=$(lsb_release -rs) && \
OS_VERSION=ubuntu${OS_VERSION} && \
Expand Down
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"

cd ${SCRIPT_DIR}/..

DEFAULT_OFED_VERSION="5.8-5.1.1.2"
DEFAULT_OFED_VERSION="5.2-2.2.3.0"
OFED_VERSION=${ofedVersionTable[${TARGET}]}
if [[ -z ${OFED_VERSION} ]]; then
OFED_VERSION=${DEFAULT_OFED_VERSION}
Expand Down

0 comments on commit 798d2ef

Please sign in to comment.