Skip to content

Commit

Permalink
Update Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyPechnikov committed Feb 16, 2024
1 parent d3b15ad commit edab379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/pygmtsar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ USER ${NB_UID}
WORKDIR "${HOME}"

# Clone only the pygmtsar2 branch
RUN git clone --branch pygmtsar2 --single-branch https://github.com/mobigroup/gmtsar.git \
&& mv gmtsar/notebooks ./notebooks \
&& mv gmtsar/README.md ./ \
&& rm -rf gmtsar work
RUN git clone --branch pygmtsar2 --single-branch https://github.com/AlexeyPechnikov/pygmtsar.git \
&& mv pygmtsar/notebooks ./notebooks \
&& mv pygmtsar/README.md ./ \
&& rm -rf pygmtsar work


0 comments on commit edab379

Please sign in to comment.