This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
eunomia-bpf
/
GPTtrace
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
Merge pull request
#3
from zer0-1s/main
fix pip: command not found
main
云微
GitHub
2 years ago
parent
4716cbf6c4
932e96ffa0
commit
d23d30519b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+ 1
- 0
install.sh
View File
@@ -1,4 +1,5 @@
#!/bin/bash
sudo apt install bpftrace
sudo apt-get install python3-pip
pip install -r requirements.txt
Write
Preview
Loading…
Cancel
Save