davda54 commited on
Commit
63839ae
·
1 Parent(s): e443272

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Install Cython
2
+ RUN pip3 install Cython