nllb-api / Dockerfile
winstxnhdw's picture
perf: reduce docker layers
06fb07c
raw
history blame
137 Bytes
FROM ghcr.io/winstxnhdw/nllb-api:main
ENV SERVER_PORT 7860
ENV HUGGINGFACE_HUB_CACHE /cache
RUN mkdir /cache && \
chmod 777 /cache