Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklambourne committed Aug 27, 2021
1 parent fe9f80a commit 796dd46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
9 changes: 2 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && apt-get update && apt-get install
libssl-dev \
libsqlite3-dev \
libbz2-dev \
liblzma-dev \
make \
software-properties-common \
subversion \
Expand Down Expand Up @@ -163,20 +164,14 @@ RUN apt-get install zsh
RUN chsh -s /usr/bin/zsh root
RUN sh -c "$(wget -O- https://raw.githubusercontent.com/deluan/zsh-in-docker/master/zsh-in-docker.sh)" -- -t robbyrussell -p history-substring-search -p git

# Add random number generator to skip Docker building cache
# Add random number generator to skip Docker building from cache
ADD http://www.random.org/strings/?num=10&len=8&digits=on&upperalpha=on&loweralpha=on&unique=on&format=plain&rnd=new /uuid


########################## ELPIS INSTALLATION ########################

WORKDIR /

# Requirements (TODO: move these back up top )
RUN apt-get install liblzma-dev
RUN pyenv local 3.8.2 && pip install --upgrade pip
RUN pyenv install -f 3.8.2 && \
rm -rf /tmp/*

# Elpis
RUN pwd

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ regex = "2020.4.4"
langid = "^1.1.6"
nltk = "^3.5"
numpy = "^1.19.5"
praatio = "^4.4.0"
praatio = "4.2.1"
pydub = "^0.24.1"
pympi-ling = "^1.70.2"
requests = "^2.25.1"
Expand Down

0 comments on commit 796dd46

Please sign in to comment.