tython
Results
2
comments of
tython
I encountered similar errors
1.The dockerfile is as follows `FROM mcr.microsoft.com/playwright/python:v1.44.0-jammy LABEL maintainer="[email protected]" version="0.1" WORKDIR /app RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' > /etc/timezone && \ pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ RUN...