This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #819 from OpenVisualCloud/23.06
23.06 release
- Loading branch information
Showing
285 changed files
with
3,622 additions
and
4,385 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
set(platform "flex") | ||
include(platform) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
|
||
This folder contains dockerfiles to build Server GPU Flex software stack for Intel(R) Xeon(R) -SP or -D scalable processors with processor graphics. These are meant to be run on [Intel(R) Data Center GPU Flex series](https://www.intel.in/content/www/in/en/products/docs/discrete-gpus/data-center-gpu/flex-series/overview.html). | ||
|
||
### Setup host platform: | ||
|
||
Refer to below instructions to setup host platform: | ||
- Install GPU and setup instructions (see [here](https://www.intel.com/content/www/us/en/developer/platform/data-center-gpu-flex.html#gs.mof7wp)) | ||
|
||
- Installing the docker.ce service (see [../README.md](../README.md).) | ||
|
||
### Docker Images: | ||
|
||
|Image|Dockerfile|Docker Image| | ||
|:-:|---|---| | ||
|media-dev|[ubuntu-20.04/media/dev](ubuntu-20.04/media/dev)<br>[ubuntu-22.04/media/dev](ubuntu-22.04/media/dev)|[openvisualcloud/flex-ubuntu2004-media-dev](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2004-media-dev)<br>[openvisualcloud/flex-ubuntu2204-media-dev](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2204-media-dev)| | ||
|media-ffmpeg|[ubuntu-20.04/media/ffmpeg](ubuntu-20.04/media/ffmpeg)<br>[ubuntu-22.04/media/ffmpeg](ubuntu-22.04/media/ffmpeg)|[openvisualcloud/flex-ubuntu2004-media-ffmpeg](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2004-media-ffmpeg)<br>[openvisualcloud/flex-ubuntu2204-media-ffmpeg](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2204-media-ffmpeg)| | ||
|analytics-dev|[ubuntu-20.04/analytics/dev](ubuntu-20.04/analytics/dev)<br>[ubuntu-22.04/analytics/dev](ubuntu-22.04/analytics/dev)|[openvisualcloud/flex-ubuntu2004-analytics-dev](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2004-analytics-dev)<br>[openvisualcloud/flex-ubuntu2204-analytics-dev](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2204-analytics-dev)| | ||
|analytics-gst|[ubuntu-20.04/analytics/gst](ubuntu-20.04/analytics/gst)<br>[ubuntu-22.04/analytics/gst](ubuntu-22.04/analytics/gst)|[openvisualcloud/flex-ubuntu2004-analytics-gst](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2004-analytics/gst)<br>[openvisualcloud/flex-ubuntu2204-analytics-gst](https://hub.docker.com/r/openvisualcloud/flex-ubuntu2204-analytics-gst)| |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ubuntu-20.04/analytics/dev/CMakeLists.txt → ...ubuntu-20.04/analytics/dev/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set(image "sg2_analytics_dev_ubuntu2004") | ||
set(image "flex_analytics_dev_ubuntu2004") | ||
include(image) | ||
include(gst-tests) | ||
include(dldt-gst-tests) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.