Skip to content

Commit 9becdf8

Browse files
alancuckinv-kkudrynski
authored andcommitted
[Jasper/PyT, QuartzNet/PyT] Update Pandas and Dali versions
1 parent 7b89aed commit 9becdf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PyTorch/SpeechRecognition/Jasper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY requirements.txt .
2424
RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
2525
RUN pip install --disable-pip-version-check -U -r requirements.txt
2626

27-
RUN pip install --force-reinstall --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110==1.2.0
27+
RUN pip install --force-reinstall --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110==1.9.0
2828

2929
# Copy rest of files
3030
COPY . .

PyTorch/SpeechRecognition/Jasper/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inflect==5.3.0
22
ipdb
33
librosa==0.8.0
4-
pandas==1.1.4
4+
pandas==1.5.2
55
pyyaml>=5.4
66
soundfile
77
sox==1.4.1

PyTorch/SpeechRecognition/QuartzNet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY requirements.txt .
2424
RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
2525
RUN pip install --disable-pip-version-check -U -r requirements.txt
2626

27-
RUN pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110==1.2.0
27+
RUN pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110==1.9.0
2828

2929
# Copy rest of files
3030
COPY . .

PyTorch/SpeechRecognition/QuartzNet/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inflect==5.3.0
22
ipdb
33
librosa==0.9.0
4-
pandas==1.1.4
4+
pandas==1.5.2
55
pyyaml>=5.4
66
soundfile
77
sox==1.4.1

0 commit comments

Comments
 (0)