Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hansimov
/
llm-mixer
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
57970d3
llm-mixer
/
Dockerfile
Hansimov
:recycle: [Refactor] Remove docker-compose, and modify host and port
1945d73
about 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
FROM
node:
18
-slim
WORKDIR
$HOME
/app
COPY
. .
RUN
npm install
EXPOSE
23456
CMD
node server.js