docker: install jupiter notebook

This commit is contained in:
Cyberes 2023-10-15 16:00:26 -06:00
parent cae8d8356b
commit e650c4e891
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN pip3 install --upgrade pip setuptools wheel
RUN git clone https://git.evulid.cc/cyberes/local-llm-server.git /local-llm-server
RUN python3 -m venv /jupyterlab
RUN /jupyterlab/bin/pip install jupyterlab
RUN /jupyterlab/bin/pip install jupyterlab notebook
RUN /jupyterlab/bin/jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
RUN mkdir -p /app