aibmedia commited on
Commit
d7df323
·
verified ·
1 Parent(s): 4d45b28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ COPY --chown=user . $HOME/app
32
 
33
  RUN chmod +x mxbai-embed-large-v1-f16.llamafile
34
 
35
- RUN bg ./mxbai-embed-large-v1-f16.llamafile --server --nobrowser &
36
  RUN ls -la
37
 
38
  CMD ["gunicorn", "-b", "0.0.0.0:8080", "main:app"]
 
32
 
33
  RUN chmod +x mxbai-embed-large-v1-f16.llamafile
34
 
35
+ RUN ./mxbai-embed-large-v1-f16.llamafile --server --nobrowser
36
  RUN ls -la
37
 
38
  CMD ["gunicorn", "-b", "0.0.0.0:8080", "main:app"]