From c41d70cb45e8d73f8e4d8f35a0feb3d316a3b9fc Mon Sep 17 00:00:00 2001 From: Shashank Bhushan Date: Tue, 20 Feb 2024 17:29:46 -0800 Subject: [PATCH 1/2] remove activate command --- binder/start | 1 - 1 file changed, 1 deletion(-) diff --git a/binder/start b/binder/start index c2fa663..4b909b1 100644 --- a/binder/start +++ b/binder/start @@ -3,7 +3,6 @@ export IMAGECONFIG='https://github.com/uw-cryo/asp-binder' export PATH=${PATH}:/srv/StereoPipeline/bin -conda activate notebook # ==== ONLY EDIT WITHIN THIS BLOCK ===== exec "$@" From b0fb865858bbc85362f67d9754c35b7fd3bc36f4 Mon Sep 17 00:00:00 2001 From: Shashank Bhushan Date: Tue, 20 Feb 2024 17:30:48 -0800 Subject: [PATCH 2/2] bump to latest python --- binder/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index 31f8c34..5c49606 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -30,7 +30,7 @@ dependencies: - pandas - pip - planet - - python=3.8 + - python=3.12 - python-graphviz - rasterio - requests