Update PyYAML due to security vulnerability

This commit is contained in:
Adrian Lancucki 2021-04-15 15:00:57 +02:00
parent 2b20ca80cf
commit d7df37ab41
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ WORKDIR /workspace/jasper
# Install requirements (do this first for better caching)
COPY requirements.txt .
RUN conda install -y pyyaml==5.4.1
RUN pip install --disable-pip-version-check -U -r requirements.txt
RUN pip install --force-reinstall --extra-index-url https://developer.download.nvidia.com/compute/redist/nightly nvidia-dali-nightly-cuda110==0.28.0.dev20201026

View file

@ -3,7 +3,7 @@ ipdb
librosa==0.8.0
pandas==1.1.4
pycuda==2020.1
pyyaml==5.3.1
pyyaml>=5.4
soundfile
sox==1.4.1
tqdm==4.53.0