Skip to content

Commit

Permalink
fix failure (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah authored and gargnitingoogle committed Jan 4, 2024
1 parent e804154 commit 97499cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ set -e
cd "$HOME/github/gcsfuse/perfmetrics/scripts"

echo "Setting up the machine with Docker and Nvidia Driver..."
source ml_tests/setup_host.sh
DRIVER_VERSION="450.172.01"
source ml_tests/setup_host.sh $DRIVER_VERSION

cd "$HOME/github/gcsfuse/"
mkdir container_artifacts && mkdir container_artifacts/logs && mkdir container_artifacts/output
Expand Down

0 comments on commit 97499cf

Please sign in to comment.