Skip to content

Commit

Permalink
Fixing the issue of missing install.sh in tf container build (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
zehuanw committed Dec 7, 2021
1 parent f8ad952 commit a1b83f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN git clone https://github.com/NVIDIA-Merlin/HugeCTR.git build-env && \
pushd build-env && \
if [ "$RELEASE" == "true" ] && [ ${HUGECTR_VER} != "vnightly" ] ; then git fetch --all --tags && git checkout tags/${HUGECTR_VER}; else echo ${HUGECTR_VER} && git checkout master; fi && \
cd sparse_operation_kit && \
bash ./install.sh --SM=$SM --USE_NVTX=$USE_NVTX && \
python setup.py install && \
popd && \
rm -rf build-env && \
rm -rf /var/tmp/HugeCTR
Expand Down

0 comments on commit a1b83f7

Please sign in to comment.