Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
GoalZero
/
compute_pool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Oscar Wang
commited on
Jul 18, 2024
Commit
0ebc491
·
verified
·
1 Parent(s):
6de502f
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
3
+
# Update package list and install mpiexec
4
+
apt-get update
5
+
apt-get install -y mpich