Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from kewu1992/isntaller_url_env
Browse files Browse the repository at this point in the history
Allow specify GPU driver installer download URL through env
  • Loading branch information
kewu1992 authored Jun 23, 2020
2 parents 9983c54 + 6b343ad commit eab670c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cos-gpu-installer-docker/gpu_installer_url_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.


GPU_INSTALLER_DOWNLOAD_URL=""
GPU_INSTALLER_DOWNLOAD_URL="${GPU_INSTALLER_DOWNLOAD_URL:-}"

get_major_version() {
echo "$1" | cut -d "." -f 1
Expand Down

0 comments on commit eab670c

Please sign in to comment.