Skip to content

Commit

Permalink
Merge pull request #17 from uw-cryo/package_update
Browse files Browse the repository at this point in the history
Package update with conda ASP
  • Loading branch information
ShashankBice committed Feb 27, 2024
2 parents a2569ee + 10eec56 commit f53fb01
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: notebook
channels:
- nasa-ames-stereo-pipeline
- usgs-astrogeology
- conda-forge
dependencies:
- bokeh
Expand Down Expand Up @@ -30,7 +32,7 @@ dependencies:
- pandas
- pip
- planet
- python=3.12
- python=3.9
- python-graphviz
- rasterio
- requests
Expand All @@ -40,6 +42,7 @@ dependencies:
- xarray
- zarr
- sliderule
- stereo-pipeline==3.3.0
- pip:
- git+https://github.com/uw-cryo/fetch_dem.git
# - porder
Expand Down
8 changes: 4 additions & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
DATE='2024-02-26'
VERSION="3.4.0-alpha"
NAME=StereoPipeline-$VERSION-$DATE-x86_64-Linux
wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$DATE-daily-build/$NAME.tar.bz2
tar -xjf $NAME.tar.bz2
mv $NAME /srv/StereoPipeline
rm $NAME.tar.bz2
#wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$DATE-daily-build/$NAME.tar.bz2
#tar -xjf $NAME.tar.bz2
#mv $NAME /srv/StereoPipeline
#rm $NAME.tar.bz2

# EOF

2 changes: 1 addition & 1 deletion binder/start
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ==== ONLY EDIT WITHIN THIS BLOCK =====

export IMAGECONFIG='https://github.com/uw-cryo/asp-binder'
export PATH=${PATH}:/srv/StereoPipeline/bin
#export PATH=${PATH}:/srv/StereoPipeline/bin

# ==== ONLY EDIT WITHIN THIS BLOCK =====
exec "$@"

0 comments on commit f53fb01

Please sign in to comment.