Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sxdxfan authored and sxdxfan committed Sep 24, 2020
1 parent e079099 commit 6c9fa42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt-get install -y \
libxext6 \
libxrender-dev \
git \
ffmpeg
ffmpeg \
apt-utils

ARG PROJECT=sova-asr
ARG PROJECT_DIR=/${PROJECT}
Expand All @@ -36,7 +37,6 @@ WORKDIR $PROJECT_DIR
COPY requirements.txt .
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
RUN pip3 install https://github.com/kpu/kenlm/archive/master.zip
RUN pip3 install PuzzleLib
RUN rm -rf $PROJECT_DIR/*
RUN apt-get install -y locales && locale-gen en_US.UTF-8
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN apt-get install -y \
libxext6 \
libxrender-dev \
git \
ffmpeg
ffmpeg \
apt-utils

ARG PROJECT=sova-asr-gpu
ARG PROJECT_DIR=/sova-asr
Expand All @@ -36,7 +37,6 @@ WORKDIR $PROJECT_DIR
COPY requirements.txt .
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt
RUN pip3 install https://github.com/kpu/kenlm/archive/master.zip
RUN ln -s /usr/local/cuda/targets/x86_64-linux/lib/ /usr/local/cuda/lib64/
RUN pip3 install colorama
RUN pip3 install PuzzleLib --install-option="--backend=cuda"
Expand Down

0 comments on commit 6c9fa42

Please sign in to comment.