diff --git a/.Dockerfile.swp b/.Dockerfile.swp new file mode 100644 index 00000000..afef9dcb Binary files /dev/null and b/.Dockerfile.swp differ diff --git a/Dockerfile2 b/Dockerfile2 new file mode 100644 index 00000000..8e30db1b --- /dev/null +++ b/Dockerfile2 @@ -0,0 +1,2 @@ +FROM ubuntu +RUN python helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 00000000..ea5e63e4 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,4 @@ +import numpy as np +import librosa + +print("hello world")