Skip to content

Commit

Permalink
Add git install
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 4, 2023
1 parent f30dd19 commit 8744a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configurations/aws-bionty-jupyter-postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl unzip \
git curl unzip \
&& apt-get autoremove -yqq --purge \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand All @@ -16,7 +16,7 @@ RUN sudo ./aws/install

USER jovyan

RUN pip install lamindb[bionty,aws,jupyter]
RUN pip install lamindb[bionty,aws,jupyter]==0.52.1

RUN lamin login [email protected] --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login [email protected] --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz
4 changes: 2 additions & 2 deletions configurations/bionty-jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
git curl unzip \
&& apt-get autoremove -yqq --purge \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

USER jovyan

RUN pip install lamindb[bionty,jupyter]==0.51.0
RUN pip install lamindb[bionty,jupyter]==0.52.1

RUN lamin login [email protected] --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login [email protected] --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz

0 comments on commit 8744a86

Please sign in to comment.