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:
ZacBl
/
Note_Retriever
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZacBl
commited on
May 20, 2025
Commit
c846056
·
verified
·
1 Parent(s):
0605eb7
Delete imb.sh
Browse files
Files changed (1)
hide
show
imb.sh
+0
-4
imb.sh
DELETED
Viewed
@@ -1,4 +0,0 @@
1
-
#!/bin/bash
2
-
docker stop $(docker ps -q --filter ancestor=notes_retriever)
3
-
docker build --no-cache -t notes_retriever .
4
-
docker run -d -p 127.0.0.1:8501:8501 notes_retriever