Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MVPilgrim
/
SemanticSearchPOC
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
41cf3a2
SemanticSearchPOC
/
startup.sh
MVPilgrim
Update startup.sh
41cf3a2
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
146 Bytes
#! /bin/bash
pwd
ls
-al
ls
-l /
cd
/bin
ls
-l
/app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
sleep
10
python /app/semsearch.py &