Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dongsheng
/
docker_test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a215dc5
docker_test
/
src
/
safe_subprocess
/
evil_programs
/
sleep_forever.py
朱东升
requirements update7
74d43a2
about 2 months ago
raw
Copy download link
history
blame
Safe
44 Bytes
import
time
while
True
:
time.sleep(
60
)