This file contains hidden or 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
| name: ipycytoscape | |
| channels: | |
| - conda-forge | |
| dependencies: | |
| - ipycytoscape>=1.0.3 | |
| - jupyterlab=3 |
This file contains hidden or 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
| FROM python:3.7-slim | |
| # install the notebook package | |
| RUN pip install --no-cache --upgrade pip && \ | |
| pip install --no-cache jupyterhub==1.3.0 notebook | |
| # create user with a home directory | |
| ARG NB_UID | |
| ENV USER lol | |
| ENV HOME /home/lol |
This file contains hidden or 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
| FROM jupyter/base-notebook:hub-1.3.0 | |
| ENV USER lol | |
| ENV HOME /home/lol | |
| USER root | |
| RUN deluser jovyan | |
| RUN adduser --disabled-password \ | |
| --gecos "Default user" \ | |
| --uid 1000 \ | |
| lol |
This file contains hidden or 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
| name: epidemiology | |
| channels: | |
| - conda-forge | |
| dependencies: | |
| - pip | |
| - networkx | |
| - matplotlib | |
| - pip: | |
| - ndlib |
This file contains hidden or 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
| iputils-ping |
This file contains hidden or 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
| # This requirements file is created via the Sandbox Environment - Binder Action. | |
| networkx==2.6.2 |
This file contains hidden or 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
| # This requirements file is created via the Sandbox Environment - Binder Action. | |
| networkx==2.8 |
This file contains hidden or 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
| iputils-ping |
OlderNewer