This repository was archived by the owner on Mar 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16- digest : sha256:99ab465187b4891e878ee4f9977b4a6aeeb0ceadf404870c416c50e06500eb42
17- # created: 2024-07-08T16:17:14.833595692Z
16+ digest : sha256:52210e0e0559f5ea8c52be148b33504022e1faef4e95fbe4b32d68022af2fa7e
17+ # created: 2024-07-08T19:25:35.862283192Z
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ RUN apt-get update \
5959 && rm -rf /var/lib/apt/lists/* \
6060 && rm -f /var/cache/apt/archives/*.deb
6161
62- # ##################### Install python 3.10.14 for docfx session
62+
63+ # ##################### Install python 3.10.14 for docs/docfx session
6364
6465# Download python 3.10.14
6566RUN wget https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz
@@ -71,8 +72,6 @@ RUN tar -xvf Python-3.10.14.tgz
7172RUN ./Python-3.10.14/configure --enable-optimizations
7273RUN make altinstall
7374
74- # ##################### Use python 3.10 by default
75-
7675RUN python3.10 -m venv /venv
7776ENV PATH /venv/bin:$PATH
7877
You can’t perform that action at this time.
0 commit comments