Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prolapse
/
gem
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2178079
gem
/
Dockerfile
2ch
Create Dockerfile
2178079
verified
3 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
FROM
node:
18
WORKDIR
/app
RUN
git
clone
https://github.com/PublicAffairs/openai-gemini /app/tmp
RUN
mv
/app/tmp/* /app
RUN
npm install
CMD
[
"node"
,
"node.mjs"
]