-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
No
-
-
-
-
-
-
v1.15.0-10
-
No
-
No
-
Skip
-
None
Description of problem:
The build of Anaconda image is successful, but the spawning process using jupyterhub fails like was happening with https://issues.redhat.com/browse/RHODS-4934
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Enable Anaconda
- Try to spawn the Anaconda image
Actual results:
pod under "CrashLoopBackOff" status
Expected results:
JupyterLab with Anaconda image is spawned successfully
Reproducibility (Always/Intermittent/Only Once):
Intermittent
Build Details:
Workaround:
Additional info:
- notebook pod logs jupyterhub-nb-ldap-2dadmin18-notebook.log
- similarly to
RHODS-4934, the fix may involve adding the "-L" flag to curl calls at these 2 lines in https://github.com/red-hat-data-services/s2i-minimal-notebook-anaconda/blob/master/.s2i/bin/assemble#L62 :
- is related to
-
RHODS-4934 Unable to spawn notebook server with Tensorflow, PyTorch and CUDA images
- Closed