Skip to content

Commit

Permalink
ensure pip is available in environment path
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Jan 12, 2024
1 parent 6de1fb7 commit 8e3bade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/onCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

python -m ensurepip # ensures pip is installed in the current environment
pip install --upgrade pip
pip install wheel
pip install openvino-dev==2023.0.1 # [OPTIONAL] to generate optimized models for inference
Expand Down

0 comments on commit 8e3bade

Please sign in to comment.