Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ RUN apt-get update
|
|
4 |
RUN apt-get install -y gcc python3-all python3-dev python3-venv
|
5 |
RUN apt-get install -y curl
|
6 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
7 |
-
RUN ollama serve & ollama pull mxbai-embed-large
|
8 |
|
9 |
WORKDIR /app
|
10 |
COPY . /app
|
@@ -18,4 +17,4 @@ RUN touch tmp.pl && chmod 666 tmp.pl
|
|
18 |
|
19 |
EXPOSE 7860
|
20 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
21 |
-
|
|
|
4 |
RUN apt-get install -y gcc python3-all python3-dev python3-venv
|
5 |
RUN apt-get install -y curl
|
6 |
RUN curl -fsSL https://ollama.com/install.sh | sh
|
|
|
7 |
|
8 |
WORKDIR /app
|
9 |
COPY . /app
|
|
|
17 |
|
18 |
EXPOSE 7860
|
19 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
20 |
+
ENTRYPOINT ["run.sh"]
|