Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
winstxnhdw/nllb-api
vutuka
/
fast-inference-nllb
like
2
Paused
App
Files
Files
Community
d055275
fast-inference-nllb
/
Dockerfile
Svngoku
Update Dockerfile
d055275
verified
4 months ago
raw
Copy download link
history
blame
Safe
186 Bytes
FROM
ghcr.io/winstxnhdw/nllb-api:main
ENV
SERVER_PORT
5000
ENV
APP_PORT
7860
ENV
OMP_NUM_THREADS
4
ENV
CT2_USE_EXPERIMENTAL_PACKED_GEMM
1
ENV
CT2_FORCE_CPU_ISA AVX512
EXPOSE
$APP_PORT