add Dockerfile

This commit is contained in:
Pierre Guillod 2023-04-24 22:57:21 +02:00
parent 15d1cb3c0a
commit 7eab8ee0ac
Signed by: pierre
GPG key ID: B00B454469924EDF

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM continuumio/miniconda3
WORKDIR /root/home/
ADD ./semicustom /root/home/semicustom
ADD ./fullcustom /root/home/fullcustom
RUN apt update && apt install -y libgl1-mesa-glx
RUN cd semicustom && conda env create
RUN cd fullcustom && conda env create