Skip to content

Commit

Permalink
v1.6.4_rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBulgarelli committed Oct 16, 2023
1 parent ea7b748 commit 0eee537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/recipes/docker/agilepy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN chmod +x /home/flareadvocate/entrypoint.sh
RUN echo "bash /home/flareadvocate/Agilepy/agilepy/scripts/welcome.sh" >> /home/flareadvocate/.bashrc

USER flareadvocate
ENTRYPOINT ["bash", "/home/flareadvocate/entrypoint.sh"]
ENTRYPOINT ["bash", "/home/flareadvocate/entrypoint.sh"]
2 changes: 1 addition & 1 deletion docker/recipes/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH=$AGILE/bin:$AGILE/scripts:$PATH

RUN mkdir $PREFIX/agiletools && cd $PREFIX/agiletools && \
git clone https://github.com/AGILESCIENCE/AGILE-GRID-ScienceTools-Setup.git && cd AGILE-GRID-ScienceTools-Setup \
&& git checkout BUILD25b11 && ./downloadScienceTools.sh && ./installScienceTools.sh && ./downloadIRF.sh && ./installIRF.sh \
&& git checkout BUILD26 && ./downloadScienceTools.sh && ./installScienceTools.sh && ./downloadIRF.sh && ./installIRF.sh \
&& rm -rf $AGILE/AGILE-GRID-ScienceTools-Setup

# At the moment, the 'ap' package is not installed but discovered using the PYTHONPATH
Expand Down

0 comments on commit 0eee537

Please sign in to comment.