Skip to content

Commit

Permalink
Merge pull request #478 from roboflow/353-docker-getting-started-link…
Browse files Browse the repository at this point in the history
…-in-docs-returns-404

fix Docker Getting Started link in docs returns 404
  • Loading branch information
PawelPeczek-Roboflow authored Jun 17, 2024
2 parents c6c4bee + 708025c commit 6bcc8fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart/compatability_matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The table below shows on what devices you can deploy models supported by Inference.

See our [Docker Getting Started](/docs/quickstart/docker) guide for more information on how to deploy Inference on your device.
See our [Docker Getting Started](/quickstart/docker) guide for more information on how to deploy Inference on your device.

Table key:

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart/devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can set up a server to use computer vision models with Inference on the foll

The table below shows on what devices you can deploy models supported by Inference.

See our [Docker Getting Started](/docs/quickstart/docker) guide for more information on how to deploy Inference on your device.
See our [Docker Getting Started](/quickstart/docker) guide for more information on how to deploy Inference on your device.

Table key:

Expand Down
2 changes: 1 addition & 1 deletion inference/core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.12.0"
__version__ = "0.12.1"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.sdk.http.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ opencv-python>=4.8.0.0
pillow>=9.0.0
requests>=2.27.0
supervision<1.0.0
numpy>=1.20.0
numpy<=1.26.4
aiohttp>=3.9.0
backoff>=2.2.0
aioresponses>=0.7.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.test.integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ requests
pytest
pillow
requests_toolbelt
numpy
numpy<=1.26.4

0 comments on commit 6bcc8fe

Please sign in to comment.