Skip to content
Open

De12 #41

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .Dockerfile.swp
Binary file not shown.
2 changes: 2 additions & 0 deletions Dockerfile2
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ubuntu
RUN python helloworld.py
4 changes: 4 additions & 0 deletions helloworld.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import numpy as np
import librosa

print("hello world")