Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ghh1125
/
climlab
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
climlab
/
run_docker.sh
ghh1125
Upload 14 files
079b2ee
verified
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
211 Bytes
#!/usr/bin/env bash
set
-euo pipefail
PORT=$(python3 -c
'import json; print(json.load(open("port.json"))["port"])'
)
IMAGE=
"climlab-mcp"
docker build -t
"
$IMAGE
"
.
docker run --
rm
-p
"
${PORT}
:
${PORT}
"
"
$IMAGE
"