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:
jokyo3
/
bing-lib
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bing-lib
/
Dockerfile
dongsiqie
Update Dockerfile
dfd3f84
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
197 Bytes
FROM
golang
RUN
cd
/ && git
clone
https://github.com/Harry-zklcdc/bing-lib.git
WORKDIR
/bing-lib
RUN
go build -ldflags=
"-s -w"
-o bing2api example/openai-api/*.go
EXPOSE
8080
CMD
[
"./bing2api"
]