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 873c8d1 commit 796e6b8Copy full SHA for 796e6b8
Dockerfile
@@ -66,6 +66,8 @@ COPY examples /SeleniumBase/examples/
66
COPY integrations /SeleniumBase/integrations/
67
COPY requirements.txt /SeleniumBase/requirements.txt
68
COPY setup.py /SeleniumBase/setup.py
69
+RUN find -name '*.pyc' -delete
70
+RUN find -name __pycache__ -delete
71
RUN pip install --upgrade pip
72
RUN pip install --upgrade setuptools
73
RUN pip install --upgrade setuptools-scm
0 commit comments