Skip to content

Commit

Permalink
Merge pull request #751 from NVIDIA/gh/release
Browse files Browse the repository at this point in the history
[WideAndDeep/TF] library version fix
  • Loading branch information
nv-kkudrynski authored Nov 10, 2020
2 parents 7e85343 + fa1ddc9 commit 3ddcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TensorFlow/Recommendation/WideAndDeep/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ENV PYTHONPATH $SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.10.7-src.zip
ENV SPARK_OPTS --driver-java-options=-Xms1024M --driver-java-options=-Xmx4096M --driver-java-options=-Dlog4j.logLevel=info

RUN pip install pyspark==2.3.1
RUN pip install --no-deps tensorflow-transform apache-beam==2.14 tensorflow-metadata==0.14.0 pydot dill
RUN pip install --no-deps tensorflow-transform==0.24.1 apache-beam==2.14 tensorflow-metadata==0.14.0 pydot dill
RUN pip install ipdb
RUN pip install -e git://github.com/NVIDIA/dllogger#egg=dllogger

Expand Down

0 comments on commit 3ddcba4

Please sign in to comment.