Skip to content

Commit

Permalink
Fix for 'import error' in merlin-tensorflow-training:22.05 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaQiaoCh authored May 17, 2022
1 parent 56de5d4 commit 57650bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/training/dockerfile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ RUN if [ "$HUGECTR_DEV_MODE" == "false" ]; then \
popd && \
rm -rf build-env; \
fi
ENV PYTHONPATH=$PYTHONPATH:/usr/lib/python3.8/site-packages/merlin_sok-1.1.3-py3.8-linux-x86_64.egg
# Install distributed-embeddings
ARG INSTALL_DISTRIBUTED_EMBEDDINGS=true
Expand Down

0 comments on commit 57650bd

Please sign in to comment.