Skip to content

Instantly share code, notes, and snippets.

View lbiester's full-sized avatar

Laura Biester lbiester

View GitHub Profile
@lbiester
lbiester / Dockerfile
Last active December 9, 2019 17:45
Prefetching Gem5/Spec Project
FROM ubuntu:18.04
# get dependencies
RUN apt-get update --fix-missing
RUN apt-get install -y build-essential git-core m4 scons zlib1g zlib1g-dev libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev swig python-dev python python-pip libboost-all-dev gcc vim libcurl4-openssl-dev
RUN apt-get clean
# copy local spec2006 archive to docker image and extract the benchmark
COPY cpu2006.tar.gz .
RUN tar xzf cpu2006.tar.gz