diff --git a/docker/dockerfile b/docker/dockerfile
deleted file mode 100644
index 411dd89b54a7ccf2c0eb8a0063d91dbae17acf8b..0000000000000000000000000000000000000000
--- a/docker/dockerfile
+++ /dev/null
@@ -1,12 +0,0 @@
-FROM kaldiasr/kaldi:gpu-latest
-
-# make sox compat with mp3 as commonvoice is in mp3 format
-apt update
-apt install -y libsox-fmt-mp3
-
-# install SRILM
-
-# install python3.8
-
-# install python dependencies
-