Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
[Benchmarking-Py] Adding pydot as a dependency of W&D
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Jul 19, 2022
1 parent 5a6b859 commit 1daf19e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,6 @@ variables.data*

# Top Level Script Files
/*.sh

# Benchmark Result Dir
/benchmark_data
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
pip install --no-deps \
tensorflow-transform~=0.24 \
tensorflow-metadata~=0.24 \
tfx-bsl~=0.24
tfx-bsl~=0.24 \
"pydot>=1.2,<2" `# necessary for tensorflow_transform`

python ${BASE_DIR}/infer.py \
--data_dir=/data/outbrain \
Expand Down

0 comments on commit 1daf19e

Please sign in to comment.