Skip to content

Commit

Permalink
Update last references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Sep 4, 2024
1 parent 5d4f923 commit ee1314e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/deploying_custom_image_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In our simple case it will look something like this:
.. code-block::
:caption: Dockerfile for custom image function.
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.16.1
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.16.2
# install all necessary dependencies for your custom image
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/example_custom_image_function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Dockerfile
.. code-block::
:caption: Dockerfile
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.16.1
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.16.2
# install all necessary dependencies for your custom image
Expand Down

0 comments on commit ee1314e

Please sign in to comment.