We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c6a68 commit 98887c1Copy full SHA for 98887c1
ci/docker/test_image.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+ !/bin/bash
2
3
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4
# SPDX-License-Identifier: Apache-2.0
@@ -31,7 +31,7 @@ cd datasets && ./get_test_data.sh --solomon && ./get_test_data.sh --tsp && cd -
31
ln -sf "$(pwd)" /home/cuopt/cuopt
32
33
# Set permissions since the repo is mounted on root
34
-chmod -R a+w $(pwd)
+chmod -R a+w "$(pwd)"
35
36
# If this script is being run as root, use 'su - cuopt -c "<command>"' to run each command as cuopt.
37
0 commit comments