From 7cfd7b85ddec4b6d67dd4751f5a9fe3dcf8f252d Mon Sep 17 00:00:00 2001 From: Cem Philipp Freimoser Date: Sun, 28 Apr 2019 20:08:31 +0200 Subject: [PATCH] Removed software-properties-common and curl --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9d6d453e..d36a3531 100644 --- a/Dockerfile +++ b/Dockerfile @@ -140,11 +140,6 @@ ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/local/cuda/extras/CUPTI/lib64:/usr/loc COPY . /DeepSpeech/ # Alternative clone from GitHub -# RUN apt-get update && apt-get install -y \ -# software-properties-common \ -# curl -# RUN add-apt-repository ppa:git-core/ppa && \ -# curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash # RUN apt-get update && apt-get install -y git-lfs # WORKDIR / # RUN git clone https://github.com/mozilla/DeepSpeech.git