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:
cansik
/
docker-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cansik
commited on
Sep 2, 2024
Commit
62113eb
·
verified
·
1 Parent(s):
a37dafb
Create run.sh
Browse files
Files changed (1)
hide
show
run.sh
+6
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
3
+
echo "hello world"
4
+
date
5
+
6
+
exit 0