Skip to content

Commit

Permalink
Merge pull request #647 from roboflow/remove-device-manager
Browse files Browse the repository at this point in the history
Remove unmaintained device management code
  • Loading branch information
PawelPeczek-Roboflow committed Sep 17, 2024
2 parents 982a260 + 0431d88 commit 9b84c27
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 700 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/docker.device_manager.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

Roboflow Inference is an open-source platform designed to simplify the deployment of computer vision models. It enables developers to perform object detection, classification, and instance segmentation and utilize foundation models like [CLIP](https://inference.roboflow.com/foundation/clip), [Segment Anything](https://inference.roboflow.com/foundation/sam), and [YOLO-World](https://inference.roboflow.com/foundation/yolo_world) through a Python-native package, a self-hosted inference server, or a fully [managed API](https://docs.roboflow.com/).

Explore our [enterprise options](https://roboflow.com/sales) for advanced features like server deployment, device management, active learning, and commercial licenses for YOLOv5 and YOLOv8.
Explore our [enterprise options](https://roboflow.com/sales) for advanced features like server deployment, active learning, and commercial licenses for YOLOv5 and YOLOv8.

## 💻 install

Expand Down
3 changes: 0 additions & 3 deletions docker/config/device_manager.py

This file was deleted.

33 changes: 0 additions & 33 deletions docker/dockerfiles/Dockerfile.device_manager

This file was deleted.

2 changes: 1 addition & 1 deletion docker/dockerfiles/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This folder contains the dockerfiles used to build and publish the official roboflow inference server docker images with the naming convention `roboflow/roboflow-inference-server-...` (and some peripheral images, like the roboflow device manager).
This folder contains the dockerfiles used to build and publish the official roboflow inference server docker images with the naming convention `roboflow/roboflow-inference-server-...` (and some peripheral images).

Some dockerfiles include roboflow enterprise code and require a license. See [the enterprise license](https://github.com/roboflow/inference/blob/main/inference/enterprise/LICENSE.txt) for more information.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide:

Roboflow Inference is an open-source platform designed to simplify the deployment of computer vision models. It enables developers to perform object detection, classification, instance segmentation and [keypoint detection](/quickstart/run_keypoint_detection/), and utilize foundation models like [CLIP](/foundation/clip), [Segment Anything](/foundation/sam), and [YOLO-World](/foundation/yolo_world) through a Python-native package, a self-hosted inference server, or a fully [managed API](https://docs.roboflow.com/).

Explore our [enterprise options](https://roboflow.com/sales) for advanced features like server deployment, device management, active learning, and commercial licenses for YOLOv5 and YOLOv8.
Explore our [enterprise options](https://roboflow.com/sales) for advanced features like server deployment, active learning, and commercial licenses for YOLOv5 and YOLOv8.

<a href="/quickstart/run_a_model/" class="button">Get started with our "Run your first model" guide</a>

Expand Down
1 change: 0 additions & 1 deletion docs/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ inference infer {image_path} \
With a Roboflow Inference Enterprise License, you can access additional Inference features, including:

- Server cluster deployment
- Device management
- Active learning
- YOLOv5 and YOLOv8 model sub-license

Expand Down
Empty file.
89 changes: 0 additions & 89 deletions inference/enterprise/device_manager/command_handler.py

This file was deleted.

Loading

0 comments on commit 9b84c27

Please sign in to comment.