Skip to content

Commit

Permalink
Check that the wget is installed (#6556)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Nov 10, 2023
1 parent e005626 commit 50d7a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ def create_dockerfile_buildbase(ddir, dockerfile_name, argmap):
libarchive-dev \
libxml2-dev \
libnuma-dev && \
wget \
rm -rf /var/lib/apt/lists/*
RUN pip3 install --upgrade pip && \
Expand Down Expand Up @@ -1255,6 +1256,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
libnuma-dev \
curl \
libjemalloc-dev \
wget \
{backend_dependencies} && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 50d7a99

Please sign in to comment.