initial dockerfile
This commit is contained in:
parent
0ba9775e41
commit
3179f009ca
1 changed files with 6 additions and 0 deletions
6
code/dockerfiles/Dockerfile
Normal file
6
code/dockerfiles/Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM conda/miniconda2
|
||||
|
||||
RUN conda update conda \
|
||||
&& conda install -y numpy scipy \
|
||||
&& conda install -y -c conda-forge lark-parser \
|
||||
&& conda clean --all --yes
|
||||
Loading…
Add table
Reference in a new issue