Skip to content

Commit

Permalink
Install recce nightlh in post start command
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <celu@infuseai.io>
  • Loading branch information
popcornylu committed May 30, 2024
1 parent 13d21bd commit bc9d530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/launch_recce_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

pip install -U recce-nightly

if [ -f "${DIR}/../recce_state.json" ]; then
echo "Launching the Recce server in review mode. The Recce state file is found."
recce server --review ${DIR}/../recce_state.json
Expand Down

0 comments on commit bc9d530

Please sign in to comment.