Add an anchor for the trial end sectionnn
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -9,8 +9,7 @@ WORKDIR /app
|
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
RUN curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \
|
| 12 |
-
&& tar xzvf docker-17.04.0-ce.tgz
|
| 13 |
-
|
| 14 |
RUN docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
|
| 15 |
|
| 16 |
|
|
|
|
| 9 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 11 |
RUN curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \
|
| 12 |
+
&& tar xzvf docker-17.04.0-ce.tgz
|
|
|
|
| 13 |
RUN docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
|
| 14 |
|
| 15 |
|