Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sql-server
/
external-model-proxy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b1cbef8
external-model-proxy
/
Dockerfile
rrg92
v1
b1cbef8
12 months ago
raw
Copy download link
history
blame
121 Bytes
FROM
node:
22
-alpine
WORKDIR
app
RUN
npm i express
RUN
npm i @gradio/client
COPY
./app ./app
CMD
[
"node"
,
"app"
]