Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eder0782
/
localAi
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4931689
localAi
/
examples
/
langchain
/
JS.Dockerfile
eder0782
inicio
7def60a
7 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
FROM
node:lts-alpine
COPY
./langchainjs-localai-example /app
WORKDIR
/app
RUN
npm install
RUN
npm run build
ENTRYPOINT
[
"npm"
,
"run"
,
"start"
]