Created
October 7, 2022 17:49
-
-
Save dmd/ee3fde6d916995772d12a44b59893c65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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