From 4b0eb4748304e35cb3bc13a5b135c915e6e846c5 Mon Sep 17 00:00:00 2001 From: Dani Arribas-Bel Date: Sat, 23 Oct 2021 14:17:07 +0000 Subject: [PATCH] Update Win installer and Binder --- Dockerfile | 2 +- gds_py/gds_py_win_installer.bat | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07a80ec..1313bb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM darribas/gds:6.1 +FROM darribas/gds:7.0 RUN rm -rf ./work diff --git a/gds_py/gds_py_win_installer.bat b/gds_py/gds_py_win_installer.bat index 9252fce..38733cb 100644 --- a/gds_py/gds_py_win_installer.bat +++ b/gds_py/gds_py_win_installer.bat @@ -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