Fix issue with tar
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -39,6 +39,8 @@ RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install
|
|
| 39 |
|
| 40 |
WORKDIR /workspace/nemo
|
| 41 |
|
|
|
|
|
|
|
| 42 |
COPY ./install_beamsearch_decoders.sh /workspace/nemo/scripts/asr_language_modeling/ngram_lm/install_beamsearch_decoders.sh
|
| 43 |
|
| 44 |
RUN /bin/bash scripts/asr_language_modeling/ngram_lm/install_beamsearch_decoders.sh
|
|
|
|
| 39 |
|
| 40 |
WORKDIR /workspace/nemo
|
| 41 |
|
| 42 |
+
ENV TAR_OPTIONS="--no-same-owner"
|
| 43 |
+
|
| 44 |
COPY ./install_beamsearch_decoders.sh /workspace/nemo/scripts/asr_language_modeling/ngram_lm/install_beamsearch_decoders.sh
|
| 45 |
|
| 46 |
RUN /bin/bash scripts/asr_language_modeling/ngram_lm/install_beamsearch_decoders.sh
|