Merge pull request #916 from alancucki/Jasper/pyyaml

[Jasper/PyT] Update PyYAML
This commit is contained in:
nv-kkudrynski 2021-04-15 21:55:00 +02:00 committed by GitHub
commit 9f8b7de239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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