From a464f886cf3b8e9f42458ed55e75c9b2757c1bcf Mon Sep 17 00:00:00 2001 From: Nicholas Earl Date: Wed, 9 Aug 2023 11:24:34 -0500 Subject: [PATCH] Force env var before cds installation --- environment.yml | 5 +---- postBuild | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index b56a17d..76761d2 100644 --- a/environment.yml +++ b/environment.yml @@ -6,6 +6,7 @@ dependencies: - jupyterhub-singleuser>=3.0,<4.0 - python=3.8 - nbgitpuller=1.1.* + - pip - git - numpy - scipy>=1.1 @@ -19,7 +20,3 @@ dependencies: - pip: - jupyter-server-proxy==3.2.2 - aiohttp==3.8.4 - - git+https://github.com/nmearl/hubbleds.git - -variables: - NODE_OPTIONS: --openssl-legacy-provider diff --git a/postBuild b/postBuild index bc3fed9..9aac606 100644 --- a/postBuild +++ b/postBuild @@ -1,2 +1,5 @@ cp jupyter_config.json /etc/jupyter -cat /etc/jupyter/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py \ No newline at end of file +cat /etc/jupyter/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py + +export NODE_OPTIONS=--openssl-legacy-provider +pip install git+https://github.com/nmearl/hubbleds.git \ No newline at end of file