Spaces:
Sleeping
Sleeping
File size: 374 Bytes
2a04019 a4a13a8 9081f15 a4a13a8 2a04019 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #Update 206.05.25
#FROM localai/localai:master-aio-cpu
FROM localai/localai:master-1779696300-90ea327
RUN mkdir -p /configuration && \
chmod -R 777 /models /backends /configuration /data && \
chmod +x /local-ai
ENV LOCALAI_CORS=1
ENV LOCALAI_CORS_ALLOW_ORIGINS=https://*.hf.space,https://huggingface.co
EXPOSE 7860
CMD ["/local-ai", "--address", "0.0.0.0:7860"]
|