Skip to content

Commit 7c718a0

Browse files
committed
agepy-932dfe2
1 parent 838dea6 commit 7c718a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

agepy/1790ea2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN pip3 install biomart && python3 -c "import biomart"
2020
RUN pip3 install numpy && python3 -c "import numpy"
2121
RUN pip3 install -U scikit-learn scipy matplotlib && python3 -c "import sklearn, scipy, matplotlib"
2222
RUN pip3 install seaborn && python3 -c "import seaborn"
23-
RUN pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git && python3 -c "import AGEpy"
23+
RUN pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git@932dfe2 && python3 -c "import AGEpy"

agepy/932dfe2/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM mpgagebioinformatics/agepy:1790ea2
2+
3+
LABEL maintainer "[email protected]"
4+
5+
RUN pip3 uninstall -y AGEpy && pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git@932dfe2 && python3 -c "import AGEpy"

0 commit comments

Comments
 (0)