-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: zethson <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/* | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |