We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d53f44 commit 5f68164Copy full SHA for 5f68164
Dockerfile.tmpl
@@ -460,7 +460,7 @@ RUN pip install bleach \
460
feather-format \
461
fastai
462
RUN python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
463
- apt-get install -y ffmpeg && \
+ apt-get update && apt-get install -y ffmpeg && \
464
/tmp/clean-layer.sh
465
466
###########
0 commit comments