Skip to content
View matt-bertoncello's full-sized avatar

Highlights

  • Pro

Block or report matt-bertoncello

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. python-pyodbc-buildpack python-pyodbc-buildpack Public

    ⚛️ Buildpack for Heroku to install `ODBC Driver 17 for SQL Server` during the project's build stage. This enables the use of python module `pyodbc` in Heroku.

    Shell 14 23

  2. Dockerfile and python script to run ... Dockerfile and python script to run selenium with headless chromedriver in debian docker container.
    1
    # define base image as python slim-buster.
    2
    FROM python:3.7-slim-buster as base
    3
    
                  
    4
    ## start builder stage.
    5