Search code examples
quantum-computingqristal-sdk

Dockerfile for Qristal: what should be the value of $QB_DIR


When cloning the Qristal repository and trying to build the Docker image with docker/Dockerfile, what is an appropriate setting for $QB_DIR that is on line 27 of the Dockerfile:

WORKDIR $QB_DIR

Solution

  • In the current public release, the default for $QB_DIR is /mnt/qb. In effect you can use any valid path inside your container image.