Skip to content

Commit

Permalink
Comment out numba r 22.01 release (#3685)
Browse files Browse the repository at this point in the history
Signed-off-by: smajumdar <[email protected]>

Co-authored-by: Eric Harper <[email protected]>
  • Loading branch information
2 people authored and fayejf committed Mar 2, 2022
1 parent 18e342b commit 6421de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ RUN --mount=from=nemo-src,target=/tmp/nemo cd /tmp/nemo && pip install ".[all]"
python -c "import nemo.collections.tts as nemo_tts" && \
python -c "import nemo_text_processing.text_normalization as text_normalization"

# TODO: Try to remove once 21.07 container is the base container
# TODO: Update to newer numba 0.56.0RC1 for 22.02 container
# install pinned numba version
RUN conda install -c conda-forge numba=0.54.1
# RUN conda install -c conda-forge numba==0.54.1

# copy scripts/examples/tests into container for end user
WORKDIR /workspace/nemo
Expand Down

0 comments on commit 6421de3

Please sign in to comment.