Skip to content

Commit

Permalink
Add /usr/local/bin to PATH for the cron environment
Browse files Browse the repository at this point in the history
  • Loading branch information
slyubomirsky committed Sep 27, 2019
1 parent 211a068 commit 3ab4dd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/run_dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export PYTHONPATH="$aot_path:${PYTHONPATH}"
rm -rf "$aot_path"
git clone https://github.com/uwsampl/relay-aot.git "$aot_path"

# need /usr/local/bin in PATH
export PATH="/usr/local/bin${PATH:+:${PATH}}"

# ensure CUDA will be present in the path
export PATH="/usr/local/cuda-10.0/bin:/usr/local/cuda-10.0/NsightCompute-1.0${PATH:+:${PATH}}"

Expand Down

0 comments on commit 3ab4dd3

Please sign in to comment.