Skip to content
Snippets Groups Projects
Select Git revision
  • a34e8b7277ba6700837679f07a09c35ef1a755fc
  • master default
2 results

Dockerfile

Blame
  • Dockerfile 87 B
    FROM python
    
    RUN pip install --upgrade pip
    
    RUN pip install mathutils numpy matplotlib