Skip to content

Commit

Permalink
Merge branch 'master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt authored Oct 24, 2023
2 parents 58a3aba + 9db0ea2 commit 543a029
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# ISIS_VERSION="7.1.0"
# ASP_VERSION="3.2.0"
ISIS_VERSION="6"
ASP_VERSION="3.1"
ISIS_VERSION="7.1.0"
ASP_VERSION="3.2.0"
# ISIS_VERSION="6"
# ASP_VERSION="3.1"

TAG="latest"

# BASE_IMAGE="jupyter/scipy-notebook:latest"
GISPY_BASE_IMAGE="jupyter/scipy-notebook:latest"
GISPY_NEW_IMAGE="jupyter-gispy:$TAG"

ISIS_BASE_IMAGE="$GISPY_NEW_IMAGE"
# ISIS_NEW_IMAGE="jupyter-isis:$ISIS_VERSION"
ISIS_NEW_IMAGE="jupyter-isis:$TAG"
# ISIS_BASE_IMAGE="$GISPY_NEW_IMAGE"
ISIS_BASE_IMAGE="jupyter/minimal-notebook:latest"
ISIS_NEW_IMAGE="jupyter-isis:$ISIS_VERSION"

ASP_BASE_IMAGE="$ISIS_NEW_IMAGE"
# ASP_NEW_IMAGE="jupyter-isis-asp:$ISIS_VERSION-$ASP_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- gispy
image: $ISIS_NEW_IMAGE

asp:
isis-asp:
build:
context: dockerfiles/.
dockerfile: isis-asp.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/isis-asp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER $NB_UID

ARG ASP_VERSION=""

COPY asp.txt /tmp/asp.tmp
COPY isis-asp.txt /tmp/asp.tmp

RUN [ -n "${ASP_VERSION}" ] && \
sed "s/\(.*stereo-pipeline\).*/\1=$ASP_VERSION/" /tmp/asp.tmp \
Expand Down
File renamed without changes.

0 comments on commit 543a029

Please sign in to comment.