Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mahfujul
/
spooky-bot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2c5ee36
spooky-bot
/
get_ip.sh
Mahfujul
Create get_ip.sh
0a05367
verified
9 months ago
raw
Copy download link
history
blame
Safe
139 Bytes
#!/bin/bash
# Get container IP address
CONTAINER_IP=$(hostname -i)
# Set it as an environment variable
export
CONTAINER_IP=
$CONTAINER_IP