Skip to content

Commit f48baf6

Browse files
committed
remove comments
1 parent c4787f7 commit f48baf6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
2717
COPY scripts/ /scripts/

0 commit comments

Comments
 (0)