1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00

Make py3 compatibility explicit

This commit is contained in:
J. Fernando Sánchez
2017-10-09 11:38:04 +02:00
parent e8988015e2
commit eafecc9e5e
8 changed files with 51 additions and 726 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM python:3.5-onbuild
ENTRYPOINT ["python", "-m", "soil"]