forked from josecamachop/MBDA_build
-
Notifications
You must be signed in to change notification settings - Fork 0
Repository to build the jupyter-based MBDA framework
License
CoDaSLab/MBDA_build
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Repository to build the jupyter-based MBDA framework Coded by: José Camacho ([email protected]) Last Modification: 11/11/2024 Installation steps: - Clone this repository - Create folder ssl and include your certificate and key (cert.pem and key.pem) - Type "sh build.sh" to buid a MBDA image from scratch (with empty user database) If you don't have certificate and key, you need to comment the following lines in the Dockerfile: # COPY ssl/key.pem . # COPY ssl/cert.pem . # ENTRYPOINT ["jupyterhub", "-f", "/etc/jupyterhub/jupyterhub_config.py", "--ssl-key", "/etc/jupyterhub/key.pem", "--ssl-cert", "/etc/jupyterhub/cert.pem"] And uncomment the last line.
About
Repository to build the jupyter-based MBDA framework
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 80.0%
- Python 19.4%
- Other 0.6%