docker: install jupiter notebook
This commit is contained in:
parent
cae8d8356b
commit
e650c4e891
|
@ -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
|
||||
|
|
Reference in New Issue