Browse Source

Update modelscope_env_init.sh

Fix typo
master^2
chenxujun GitHub 2 years ago
parent
commit
d510683475
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/scripts/modelscope_env_init.sh

+ 1
- 1
docker/scripts/modelscope_env_init.sh View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
set -o pipefail
# chieck git is install
# check git is install
git --version >/dev/null 2>&1 || { echo 'git not installed' ; exit 0; }

if [ -z "$MODELSCOPE_USERNAME" ] || [ -z "$MODELSCOPE_GITLAB_ACCESS_TOKEN" ]; then


Loading…
Cancel
Save