diff --git a/Dockerfile b/Dockerfile index 7ee8b14..a3342de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get update -y \ python3 python3-pip python3-venv \ python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \ && curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh \ - #&& pip3 install -U --break-system-packages pip \ && pip3 install --break-system-packages \ pytype ruff pytest ipython \ wajig \ @@ -15,13 +14,4 @@ RUN apt-get update -y \ && ln -svf /usr/bin/pip3 /usr/bin/pip \ && /scripts/sys/purge_cache.sh -# pyenv -#ENV PYENV_ROOT=/opt/pyenv PATH=/opt/pyenv/bin:$PATH -#RUN icon -y pyenv -ic \ -# && pyenv install 3.7.12 \ -# && ln -s /opt/pyenv/versions/3.7.*/bin/python /usr/bin/python3.7 \ -# && /usr/bin/python3.7 -m pip install -U pip \ -# && /scripts/sys/purge_cache.sh \ -# && find /opt/ -type d -name '.git' | xargs rm -rf - COPY scripts/ /scripts/