If you do not have docker on your machine, please follow steps in here Docker Setup
- Clone the repository.
- Create a 'repos' directory in root level. Clone QTAP and ptseries into this
repos
directory. - Navigate to the
docker
directory. - Build the Docker image:
docker build -t my_conda_env_image .
- Run the Docker container:
docker run -it \
-v $(cd ../repos && pwd):/app/repos \
-p 8888:8888 \
my_conda_env_image
This will output logs. Control + click on this: [I 10:25:43.217 ServerApp] http://0.0.0.0:8888/?token=YOUR_TOKEN
which should open up a jupyter notebooks in your browser.
List of dependencies in environment_env1.yml
.