Explainable AI for Metabolomics datasets
How to build and run the package in a Docker container.
- Use build.sh script to build the Dockerfile:
./build.sh
- Use run.sh script to run the Dockerfile:
./run.sh
How to start a Jupyter Notebook inside the container:
jupyter notebook --ip=0.0.0.0 --port=8888 --no-browser --allow-root
If it asks you for a Token, you can find the token writen in the URL or in the terminal with the Jupyter session.WWW