Skip to content

Commit

Permalink
Merge pull request #18 from uw-cryo/package_update
Browse files Browse the repository at this point in the history
Package update
  • Loading branch information
ShashankBice committed Feb 27, 2024
2 parents f53fb01 + 3ba2d95 commit 712a782
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: notebook
channels:
- nasa-ames-stereo-pipeline
- usgs-astrogeology
- conda-forge
dependencies:
- bokeh
Expand Down Expand Up @@ -42,7 +40,6 @@ 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 712a782

Please sign in to comment.