Sign inSign up

rodolfocugler/python-selenium

By rodolfocugler

•Updated about 4 years ago

Image
0

563

rodolfocugler/python-selenium repository overview

⁠Python Selenium

⁠Instructions

Start your Dockerfile with:

FROM rodolfocugler/python-selenium:tag

Copy your code to this Docker image and run using the command python

COPY requirements.txt ./

RUN pip install --no-cache-dir -r requirements.txt

COPY . .

CMD python app.py

Tag summary

Content type

Image

Digest

sha256:036f43e54…

Size

568.4 MB

Last updated

about 4 years ago

docker pull rodolfocugler/python-selenium