freechips/Dockerfile

8 lines
251 B
Text
Raw Normal View History

2023-04-24 22:57:21 +02:00
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