MisterAI commited on
Commit
f4b9076
·
verified ·
1 Parent(s): d5771fc

Create Dockerfile_OK_BeforeUpdate

Browse files
Files changed (1) hide show
  1. Dockerfile_OK_BeforeUpdate +9 -0
Dockerfile_OK_BeforeUpdate ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ FROM localai/localai:master-aio-cpu
2
+
3
+ RUN mkdir -p /configuration && \
4
+ chmod -R 777 /models /backends /configuration /data && \
5
+ chmod +x /local-ai
6
+
7
+ EXPOSE 7860
8
+
9
+ CMD ["/local-ai", "--address", "0.0.0.0:7860"]