Intel® Smart Edge Open (SE-O) Developer Experience Kit (DEK)

ID Date Version Classification
764706 04/30/2024 1.2 Public

Downloading

Clone the Developer Experience Kit (DEK) repository:

git clone https://github.com/smart-edge-open/open-developer-experience-kits.git --branch=smart-edge-open-22.03.03 dek
cd dek

# prepare pipenv
pipenv install

Hotfix for PRC Only

Apply PR #21 for the restricted network environment in China:

CAUTION: The hotfix depends on the available open mirror, proxy and CDN, we cannot guarantee that they will work 100%, use at your own risk.

Suggest to use a stable PyPI mirror in China, e.g.:

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.trusted-host pypi.tuna.tsinghua.edu.cn

Hotfix for Legacy Kubernetes

CAUTION: Skip this if you have already applied the hotfix for PRC only.

The legacy Google-hosted repositories went away on March 4, 2024. It is now not possible to install Kubernetes packages with version < v1.24.0 from the official repositories.

Apply PR #31 for legacy Kubernetes support:

Hotfix for Ubuntu* 22.04

CAUTION: DEK doesn’t support Ubuntu 22.04 officially, use at your own risk.

Apply PR #29 for Ubuntu 22.04 support: