Skip to content

Commit

Permalink
Merge d292acc into b4df2d0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau authored Jun 6, 2024
2 parents b4df2d0 + d292acc commit 796e8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
21 changes: 1 addition & 20 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,8 @@
# that they have been altered from the originals.

# This Dockerfile is used to preview the docs in pull requests via GitHub Actions.
#
# Keep it aligned with ./start. This Dockerfile is similar,
# but it uses a private Docker image from IBM Cloud Registry rather
# than a public image from Dockerhub. It also sets the CLI args
# directly in the Dockerfile because the GitHub Action expects that.
#
# To test it out locally, you will first need an IBM ID that has permissions to the quantum group. This is currently restricted to IBM maintainers. Then, set up IBM Cloud:
#
# 1. Install IBM CLI, https://cloud.ibm.com/docs/cli?topic=cli-getting-started
# 2. ❯ ibmcloud plugin install cr
# 3. ❯ ibmcloud login --sso
# 4. ❯ ibmcloud cr region-set global
# 5. ❯ ibmcloud cr login
#
# Once logged in to IBM Cloud:
#
# 1. ❯ docker build -t qiskit-docs-preview .
# 2. ❯ docker run --rm -p 3000:3000 -t qiskit-docs-preview
# 3. Open up http://localhost:3000

FROM icr.io/quantum-computing/iqp-channel-docs-dev:latest
FROM qiskit/documentation

COPY docs/ /home/node/app/docs
COPY translations/ /home/node/app/docs
Expand Down
1 change: 1 addition & 0 deletions docs/run/advanced-runtime-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Specify options when building with Qiskit Runtime primitives

---


# Advanced Qiskit Runtime options

When calling the primitives, you can pass in options by using an options class or a dictionary. In the options classes, commonly used options, such as `resilience_level`, are at the first level. Other options are grouped into different categories, such as `execution`. See the [options classes section](#options-classes) for details.
Expand Down

0 comments on commit 796e8c0

Please sign in to comment.