We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe838c commit 016ec28Copy full SHA for 016ec28
.ci/docker/common/install_base.sh
@@ -27,10 +27,7 @@ install_ubuntu() {
27
libglfw3-dev \
28
sox \
29
libsox-dev \
30
- libsox-fmt-all \
31
- python3.10 \
32
- python3.10-dev \
33
- python3.10-venv
+ libsox-fmt-all
34
35
# Cleanup package manager
36
apt-get autoclean && apt-get clean
.ci/docker/common/install_pip_requirements.sh
@@ -2,8 +2,5 @@
2
3
set -ex
4
5
-python3.10 -m venv /opt/venv/tutorials
6
-source /opt/venv/tutorials/bin/activate
7
pip install --upgrade pip
8
pip install -r ./requirements.txt
9
-chown ci-user:ci-user /opt/venv -R
0 commit comments