add ollama launcher
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
f84d16b61e
commit
c67b5a5ce1
|
@ -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
|
Loading…
Reference in New Issue