Link Search Menu Expand Document
PyXAI
Papers Video GitHub EXPEKCTATION About

Using a Docker Image

docker

We provide a docker container. It launches a jupyter notebook with all features of PyXAI enabled.

Build the container:

docker build -t pyxai .

Run the container (the working directory is the current one):

docker run -it -p 8888:8888 -v $PWD:/data pyxai
jupyter