Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
axvg
/
apilsp
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
apilsp
/
Makefile
Alex Vega
init
6c3f7aa
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
154 Bytes
run:
docker
run
-p
8001
:8000
--name
lsp-container
lsp-api
clean:
docker
stop
lsp-container
docker
rm
lsp-container
build:
docker
build
-t
lsp-api
.