Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
winstxnhdw/nllb-api
Svngoku
/
nllb-api
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
faa73be
nllb-api
/
Dockerfile
Svngoku
Update Dockerfile
faa73be
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
190 Bytes
FROM
ghcr.io/winstxnhdw/nllb-api:main
ENV
SERVER_PORT
=7860
ENV
OMP_NUM_THREADS
=2
ENV
CT2_USE_EXPERIMENTAL_PACKED_GEMM
=1
ENV
CT2_FORCE_CPU_ISA
=AVX512
ENV
WORKER_COUNT
=1
EXPOSE
$SERVER_PORT