Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
winstxnhdw/nllb-api
necro0606
/
nllb-api
like
0
Sleeping
App
Files
Files
main
nllb-api
/
Dockerfile
necro0606
Update Dockerfile
c4d35b2
verified
7 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
FROM
ghcr.io/winstxnhdw/nllb-api:main
ENV
APP_PORT
7860
ENV
OMP_NUM_THREADS
1
ENV
CT2_USE_EXPERIMENTAL_PACKED_GEMM
1
ENV
CT2_FORCE_CPU_ISA AVX512
ENV
WORKER_COUNT
2
EXPOSE
$APP_PORT