Skip to content

Commit

Permalink
Update stream.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyWills authored Jan 6, 2024
1 parent ae657ac commit bab8df4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/stream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,11 @@ docker run -it --rm -v "$NGEN_RUN_PATH":"$DOCKER_MOUNT" \
--data_dir $DOCKER_MOUNT

# ngen run

echo "Running NextGen in AUTO MODE from CIROH-UA/NGIAB-CloudInfra"
docker run --rm -it -v "$NGEN_RUN_PATH":"$DOCKER_MOUNT" awiciroh/ciroh-ngen-image:latest-x86 "$DOCKER_MOUNT" auto

# hashing
# docker run --rm -it -v "$NGEN_RUN_PATH":/data zwills/ht ./ht --fmt=tree /data
# docker run --rm -it -v "${NGEN_RUN_PATH%/}/outputs":/outputs zwills/ht ./ht --fmt=tree /outputs

TAR_NAME="ngen-run.tar.gz"
TAR_PATH="${DATA_PATH%/}/$TAR_NAME"
Expand Down

0 comments on commit bab8df4

Please sign in to comment.