add Dockerfile
This commit is contained in:
parent
15d1cb3c0a
commit
7eab8ee0ac
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
Loading…
Reference in a new issue