Skip to content

Instantly share code, notes, and snippets.

View akinolawilson's full-sized avatar

Akin Wilson akinolawilson

View GitHub Profile
@akinolawilson
akinolawilson / Dockerfile
Last active January 3, 2021 13:28 — forked from grantstephens/Dockerfile
Dockerfile for building Tensorflow 2.0.1 from source with Extra CPU (SSE4.1 SSE4.2 AVX AVX2 FMA) instructions
FROM ubuntu:20.04
RUN apt update && apt install -y \
build-essential \
curl \
git \
wget \
libc-ares-dev \
libjpeg-dev \
openjdk-8-jdk \