We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9af6ef commit 2c93a24Copy full SHA for 2c93a24
docs/GithubAction+NoLocal+Latex+Arm
@@ -14,6 +14,10 @@ RUN /root/.cargo/bin/uv venv --seed \
14
&& /root/.cargo/bin/uv pip install -r requirements.txt \
15
&& /root/.cargo/bin/uv clean
16
17
+# 对齐python3
18
+RUN rm /usr/bin/python3 && ln -s /root/.cargo/bin/python3 /usr/bin/python3
19
+RUN rm /usr/bin/python && ln -s /root/.cargo/bin/python3 /usr/bin/python
20
+
21
# 可选步骤,用于预热模块
22
RUN .venv/bin/python3 -c 'from check_proxy import warm_up_modules; warm_up_modules()'
23
0 commit comments