Skip to content

Instantly share code, notes, and snippets.

@dmd
Created October 7, 2022 17:49
Show Gist options
  • Save dmd/ee3fde6d916995772d12a44b59893c65 to your computer and use it in GitHub Desktop.
Save dmd/ee3fde6d916995772d12a44b59893c65 to your computer and use it in GitHub Desktop.
FROM continuumio/miniconda3
RUN pip install spyder dmipy
RUN apt-get -y update
RUN apt-get install -y python3-pyqt5
RUN apt-get install -y libgl1-mesa-glx
RUN apt-get install -y libsm6 libxext6
RUN apt-get install -y libnss3
RUN apt-get install -y libxrender1 libfontconfig1
RUN apt-get install -y libxcursor-dev libxcomposite-dev libxdamage-dev libxrandr-dev libxtst-dev libxss-dev libdbus-1-dev libevent-dev libfontconfig1-dev libcap-dev libpulse-dev libudev-dev libpci-dev libnss3-dev libasound2-dev libegl1-mesa-dev gperf bison nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment