File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ RUN apt-get install -y \
26
26
libxext6 \
27
27
libxrender-dev \
28
28
git \
29
- ffmpeg
29
+ ffmpeg \
30
+ apt-utils
30
31
31
32
ARG PROJECT=sova-asr
32
33
ARG PROJECT_DIR=/${PROJECT}
@@ -36,7 +37,6 @@ WORKDIR $PROJECT_DIR
36
37
COPY requirements.txt .
37
38
RUN pip3 install --upgrade pip
38
39
RUN pip3 install -r requirements.txt
39
- RUN pip3 install https://github.com/kpu/kenlm/archive/master.zip
40
40
RUN pip3 install PuzzleLib
41
41
RUN rm -rf $PROJECT_DIR/*
42
42
RUN apt-get install -y locales && locale-gen en_US.UTF-8
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ RUN apt-get install -y \
26
26
libxext6 \
27
27
libxrender-dev \
28
28
git \
29
- ffmpeg
29
+ ffmpeg \
30
+ apt-utils
30
31
31
32
ARG PROJECT=sova-asr-gpu
32
33
ARG PROJECT_DIR=/sova-asr
@@ -36,7 +37,6 @@ WORKDIR $PROJECT_DIR
36
37
COPY requirements.txt .
37
38
RUN pip3 install --upgrade pip
38
39
RUN pip3 install -r requirements.txt
39
- RUN pip3 install https://github.com/kpu/kenlm/archive/master.zip
40
40
RUN ln -s /usr/local/cuda/targets/x86_64-linux/lib/ /usr/local/cuda/lib64/
41
41
RUN pip3 install colorama
42
42
RUN pip3 install PuzzleLib --install-option="--backend=cuda"
You can’t perform that action at this time.
0 commit comments