Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package update #18

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "$@"
Loading