Skip to content

Commit

Permalink
Force env var before cds installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Aug 9, 2023
1 parent 3b1121c commit a464f88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- jupyterhub-singleuser>=3.0,<4.0
- python=3.8
- nbgitpuller=1.1.*
- pip
- git
- numpy
- scipy>=1.1
Expand All @@ -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
5 changes: 4 additions & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
cp jupyter_config.json /etc/jupyter
cat /etc/jupyter/jupyter_server_config_extra.py >> /etc/jupyter/jupyter_server_config.py
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

0 comments on commit a464f88

Please sign in to comment.