Gholamhossein Tavasoli
11/04/2022, 3:07 PMHTTP 599: Unknown (Error attempting to connect to Gateway server url '<http://jupyter-eg-00ee2e2d-5982-4d9a86d313c8-94bd-4c1e:8888/jupyter-server-00ee2e2d-5982-4d9a86d313c8-94bd-4c1e>'. Ensure gateway url is valid and the Gateway instance is running.)
Then I upgraded it to the latest version v2022.11.0, but this issue is still there.
Could you please help me?Yannick
Jacopo
11/04/2022, 3:30 PMGholamhossein Tavasoli
11/04/2022, 4:53 PMorchest/base-kernel-py:v2022.08.3
and
#!/bin/bash
# Install any dependencies you have in this shell script,
# see <https://docs.orchest.io/en/latest/fundamentals/environments.html#install-packages>
# E.g. mamba install -y tensorflow
#sudo apt-get update
#sudo apt-get install libpq-dev
pip install -U ./packages/*
pip install -U scikit-learn pandas
pip install -U requests pyarrow xgboost pandas-datareader
pip install -U ujson
pip install plotly==5.8.0
pip install -U matplotlib
pip install -U seaborn
pip install dateparser
pip install openpyxl
pip install xlwt
pip install -U imbalanced-learn
pip install -U psycopg2-binary
pip install tensorflow
pip install tensorflow_datasets
pip install pydot
pip install pydotplus
pip install graphviz
pip install statsmodels
pip install scipy
orchest/base-kernel-py:v2022.08.3
and
Orchest version v2022.10.9
I built another image based on the base python kernel again. It worked.
Is it meaningful?Jacopo
11/04/2022, 5:47 PMkubectl exec -n orchest -it deploy/docker-registry -- du -sh /var/lib/registry
?