Skip to content

Commit

Permalink
Update Win installer and Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Oct 23, 2021
1 parent 82dc2f7 commit 4b0eb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM darribas/gds:6.1
FROM darribas/gds:7.0
RUN rm -rf ./work
6 changes: 2 additions & 4 deletions gds_py/gds_py_win_installer.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
REM Please run this from the Anaconda Prompt
REM This installer is pinned to the latest released version
REM Set up GDS environment
REM call conda env create -f https://github.com/darribas/gds_env/raw/v6.1/gds_py/gds_py.yml
call conda env create -f https://github.com/darribas/gds_env/raw/master/gds_py/gds_py.yml
call conda env create -f https://github.com/darribas/gds_env/raw/v7.0/gds_py/gds_py.yml
REM Activate environment
call conda activate gds
REM Add pip packages
call conda install -y -c conda-forge git
REM pip install --user -r https://github.com/darribas/gds_env/raw/v6.1/gds_py/gds_py_pip.txt
pip install --user -r https://github.com/darribas/gds_env/raw/master/gds_py/gds_py_pip.txt
pip install --user -r https://github.com/darribas/gds_env/raw/v7.0/gds_py/gds_py_pip.txt
REM JupyterLab old plugin's
jupyter labextension install nbdime-jupyterlab --no-build
jupyter lab build -y
Expand Down

0 comments on commit 4b0eb47

Please sign in to comment.