Skip to content

Instantly share code, notes, and snippets.

View brentonmallen1's full-sized avatar

CarpeFridiem brentonmallen1

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@brentonmallen1
brentonmallen1 / Dockerfile
Last active February 20, 2024 13:13
Build psycopg2 for AWS Lambda
FROM lambci/lambda:build-python3.7
ENV \
POSTGRES_VER=11.4 \
PSYCOPG_VER=2.8.3 \
PSYCOPY_MAJ_VER=2.8 \
PSYCOPG_VER_PATH=PSYCOPG-2-8 \
PYTHON_VER=3.7
RUN yum install -y wget tar postgresql-devel

Keybase proof

I hereby claim:

  • I am brentonmallen1 on github.
  • I am brentonmallen (https://keybase.io/brentonmallen) on keybase.
  • I have a public key ASDcJ4eLw8tbVOqAal2u8RSSxcvYNQmOygA0svtPy4Iglwo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<!--
@license twgl.js Copyright (c) 2015, Gregg Tavares All Rights Reserved.
Available via the MIT license.
see: http://github.com/greggman/twgl.js for details
@brentonmallen1
brentonmallen1 / SegmentationDemo.ipynb
Created November 13, 2015 03:12
Basic Image Segmentation Using Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.