Skip to content

Repository to build the jupyter-based MBDA framework

License

Notifications You must be signed in to change notification settings

CoDaSLab/MBDA_build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Jupyter Notebook 80.0%
  • Python 19.4%
  • Other 0.6%