This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update modelscope_env_init.sh
Fix typo
master^2
chenxujun
GitHub
2 years ago
parent
a82dbb8f97
commit
d510683475
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
# ch
i
eck 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
Write
Preview
Loading…
Cancel
Save