File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 python3-distutils \
3737 && rm -rf /var/lib/apt/lists/* \
3838 && update-alternatives --install /usr/bin/python python /usr/bin/python3.8 10 \
39- && curl https://bootstrap.pypa.io/get-pip.py | python \
39+ && curl https://bootstrap.pypa.io/pip/3.8/ get-pip.py | python \
4040 && pip install --upgrade pip \
4141 && pip install --no-cache-dir -r requirements.txt \
4242 && pip install --no-cache-dir tensorflow==2.12.1 \
Original file line number Diff line number Diff line change 3838 python3-distutils \
3939 && rm -rf /var/lib/apt/lists/* \
4040 && update-alternatives --install /usr/bin/python python /usr/bin/python3.8 10 \
41- && curl https://bootstrap.pypa.io/get-pip.py | python \
41+ && curl https://bootstrap.pypa.io/pip/3.8/ get-pip.py | python \
4242 && pip install --upgrade pip \
4343 && pip install --no-cache-dir -r requirements.txt \
4444 && pip install --no-cache-dir tensorflow==2.12.1 \
You can’t perform that action at this time.
0 commit comments