Skip to content

Commit

Permalink
fix failure (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Dec 1, 2023
1 parent f7a719e commit b0615bb
Showing 1 changed file with 2 additions and 1 deletion.
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 b0615bb

Please sign in to comment.