Skip to content

Commit

Permalink
Update last references
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito committed Nov 4, 2024
1 parent 35bb1a7 commit ef6d35d
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.17.1
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.18.0
# 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.17.1
FROM icr.io/quantum-public/qiskit-serverless/ray-node:0.18.0
# install all necessary dependencies for your custom image
Expand Down

0 comments on commit ef6d35d

Please sign in to comment.