Skip to content

Instantly share code, notes, and snippets.

@aaadipop
Created April 6, 2023 09:55
Show Gist options
  • Save aaadipop/0c4beae56af07ebe0f651d67b8b97cd3 to your computer and use it in GitHub Desktop.
Save aaadipop/0c4beae56af07ebe0f651d67b8b97cd3 to your computer and use it in GitHub Desktop.
pickaxe dockerfile
FROM ubuntu:20.04
RUN apt-get update
RUN apt-get update && apt-get install -y \
python3-pip \
build-essential \
vim \
gfortran \
libatlas-base-dev \
liblapack-dev \
libgmp-dev \
libmpfr-dev \
libsuitesparse-dev \
libmpc-dev \
libgfortran-10-dev \
libxrender1 \
libsm6 \
libxext6
RUN pip install minedatabase
COPY . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment