File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,11 @@ RUN apt-get update -y \
77 python3 python3-pip python3-venv \
88 python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
99 && curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh \
10- # && pip3 install -U --break-system-packages pip \
1110 && pip3 install --break-system-packages \
1211 pytype ruff pytest ipython \
1312 wajig \
1413 && ln -svf /usr/bin/python3 /usr/bin/python \
1514 && ln -svf /usr/bin/pip3 /usr/bin/pip \
1615 && /scripts/sys/purge_cache.sh
1716
18- # pyenv
19- # ENV PYENV_ROOT=/opt/pyenv PATH=/opt/pyenv/bin:$PATH
20- # RUN icon -y pyenv -ic \
21- # && pyenv install 3.7.12 \
22- # && ln -s /opt/pyenv/versions/3.7.*/bin/python /usr/bin/python3.7 \
23- # && /usr/bin/python3.7 -m pip install -U pip \
24- # && /scripts/sys/purge_cache.sh \
25- # && find /opt/ -type d -name '.git' | xargs rm -rf
26-
2717COPY scripts/ /scripts/
You can’t perform that action at this time.
0 commit comments