Skip to content

Commit

Permalink
Anonymous access (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Feb 17, 2024
1 parent 4a1d4ce commit e1a30ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dependencies:
- python==3.11
- pip
- pip:
- lamindb[bionty,aws,nbproject]==0.58.0
- lamindb[bionty,aws,nbproject]==0.67.3
7 changes: 2 additions & 5 deletions configurations/aws-bionty-jupyter-postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/base-notebook:python-3.10
FROM jupyter/base-notebook:python-3.11

USER root

Expand All @@ -16,7 +16,4 @@ RUN sudo ./aws/install

USER jovyan

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

RUN lamin login [email protected] --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login [email protected] --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz
RUN pip install lamindb[bionty,aws,jupyter]==0.67.3
7 changes: 2 additions & 5 deletions configurations/bionty-jupyter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jupyter/base-notebook:python-3.10
FROM jupyter/base-notebook:python-3.11

USER root

Expand All @@ -11,7 +11,4 @@ RUN apt-get update \

USER jovyan

RUN pip install lamindb[bionty,jupyter]==0.58.0

RUN lamin login [email protected] --password cEvcwMJFX4OwbsYVaMt2Os6GxxGgDUlBGILs2RyS
RUN lamin login [email protected] --password goeoNJKE61ygbz1vhaCVynGERaRrlviPBVQsjkhz
RUN pip install lamindb[bionty,jupyter]==0.67.3

0 comments on commit e1a30ff

Please sign in to comment.