add ollama launcher
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-06-30 13:09:01 +02:00
parent f84d16b61e
commit c67b5a5ce1
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ ENV CONDA_CUDA_OVERRIDE="12.1"
ENV NUM_GPUS=1 ENV NUM_GPUS=1
USER root USER root
RUN curl -fsSL https://ollama.com/install.sh | sh RUN curl -fsSL https://ollama.com/install.sh | sh
RUN pip install git+https://git.sandbox.iuk.hdm-stuttgart.de/grosse/jupyterlab_ollama_launcher
USER $NB_UID USER $NB_UID
RUN pip install open-webui==0.2.2 RUN pip install open-webui==0.2.2