mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
jupyterhub/tasks/install.yml: Comment clarifs for PR #3294
This commit is contained in:
parent
315832a438
commit
0a7aa0c162
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@
|
|||
#virtualenv_python: python3 # 2021-07-29: Was needed when above line was 'virtualenv_command: virtualenv' (generally for Python 2)
|
||||
extra_args: "--no-cache-dir --pre" # 2021-11-30: The "--pre" flag should likely be removed after JupyterHub 2.0.0 is released.
|
||||
|
||||
- name: "pip break apart jupyterlab install into two parts - must have conflicting mutual dependency (4 packages)"
|
||||
# 2022-07-07: Attempting to "pip install" all 7 together (3 above + 4 below)
|
||||
# fails on OS's like 64-bit RasPiOS (but interestingly works on Ubuntu 22.04!)
|
||||
# https://github.com/iiab/iiab/issues/3283
|
||||
|
||||
- name: Break apart jupyterhub/jupyterlab pip installs into two parts - must have conflicting mutual dependency (3 packages above + 4 packages here)
|
||||
pip:
|
||||
name:
|
||||
- jupyterlab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue