Skip to content

Commit 9f8b7de

Browse files
Merge pull request NVIDIA#916 from alancucki/Jasper/pyyaml
[Jasper/PyT] Update PyYAML
2 parents 2b20ca8 + d7df37a commit 9f8b7de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PyTorch/SpeechRecognition/Jasper/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ WORKDIR /workspace/jasper
2121

2222
# Install requirements (do this first for better caching)
2323
COPY requirements.txt .
24+
RUN conda install -y pyyaml==5.4.1
2425
RUN pip install --disable-pip-version-check -U -r requirements.txt
2526

2627
RUN pip install --force-reinstall --extra-index-url https://developer.download.nvidia.com/compute/redist/nightly nvidia-dali-nightly-cuda110==0.28.0.dev20201026

PyTorch/SpeechRecognition/Jasper/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ipdb
33
librosa==0.8.0
44
pandas==1.1.4
55
pycuda==2020.1
6-
pyyaml==5.3.1
6+
pyyaml>=5.4
77
soundfile
88
sox==1.4.1
99
tqdm==4.53.0

0 commit comments

Comments
 (0)