File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
PyTorch/SpeechRecognition Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY requirements.txt .
2424RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
2525RUN 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
3030COPY . .
Original file line number Diff line number Diff line change 11inflect == 5.3.0
22ipdb
33librosa == 0.8.0
4- pandas == 1.1.4
4+ pandas == 1.5.2
55pyyaml >= 5.4
66soundfile
77sox == 1.4.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY requirements.txt .
2424RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
2525RUN 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
3030COPY . .
Original file line number Diff line number Diff line change 11inflect == 5.3.0
22ipdb
33librosa == 0.9.0
4- pandas == 1.1.4
4+ pandas == 1.5.2
55pyyaml >= 5.4
66soundfile
77sox == 1.4.1
You can’t perform that action at this time.
0 commit comments