Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
winstxnhdw
/
nllb-api
like
9
Running
App
Files
Files
Community
8968c14
nllb-api
/
Dockerfile
winstxnhdw
build: set `HUGGINGFACE_HUB_CACHE`
8968c14
over 1 year ago
raw
Copy download link
history
blame
Safe
132 Bytes
FROM
ghcr.io/winstxnhdw/nllb-api:main
ENV
SERVER_PORT
7860
ENV
HUGGINGFACE_HUB_CACHE /cache
RUN
mkdir
/cache
RUN
chmod
777 /cache