Define development environment.

This commit is contained in:
Jack Hadrill 2020-03-21 15:14:57 +00:00
parent e2a1f26278
commit a4e8572395
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.devcontainer
# ---> Python
# Byte-compiled / optimized / DLL files

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM python:3
RUN pip install --no-cache-dir numpy tensorflow