diff --git a/Dockerfile b/Dockerfile index b8f25ef63cb4..c424ce08d1f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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