Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|