Skip to content

Commit

Permalink
pin espnet to specific commit for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Oct 28, 2021
1 parent 45e5573 commit 7239b3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:20.04

########################## BEGIN INSTALLATION #########################

ENV NUM_CPUS=1
ENV NUM_CPUS=12

ENV TZ=UTC

Expand Down Expand Up @@ -129,7 +129,8 @@ RUN git clone https://github.com/CoEDL/espnet.git

WORKDIR /espnet

RUN git checkout elpis
# Pin to this commit rather than just the elpis branch
RUN git checkout 2b30e931992a97ae0c36ccf1732b9cc0b63f2b0c

# Explicitly installing only the CPU version. We should update this to be an
# nvidia-docker image and install GPU-supported version of ESPnet.
Expand Down

0 comments on commit 7239b3a

Please sign in to comment.