aibmedia commited on
Commit
744c637
·
verified ·
1 Parent(s): 1b1e8a1

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 nohup ./mxbai-embed-large-v1-f16.llamafile --server --nobrowser &
36
 
37
  RUN sleep 10
38
 
 
32
 
33
  RUN chmod +x mxbai-embed-large-v1-f16.llamafile
34
 
35
+ # RUN nohup ./mxbai-embed-large-v1-f16.llamafile --server --nobrowser &
36
 
37
  RUN sleep 10
38