Define development environment.
This commit is contained in:
parent
e2a1f26278
commit
a4e8572395
|
@ -5,6 +5,7 @@
|
|||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
.devcontainer
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
FROM python:3
|
||||
|
||||
RUN pip install --no-cache-dir numpy tensorflow
|
Loading…
Reference in New Issue