Skip to content

Commit 34770bb

Browse files
mwawrzosnv-kkudrynski
authored andcommitted
[Jasper/PyT,QuartzNet/PyT] use the dafault DALI installation from the container
1 parent 6f3a71a commit 34770bb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

PyTorch/SpeechRecognition/Jasper/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:20.10-py3
15+
ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:23.10-py3
1616
FROM ${FROM_IMAGE_NAME}
1717

1818
RUN apt update && apt install -y libsndfile1 && apt install -y sox && rm -rf /var/lib/apt/lists/*
@@ -24,7 +24,5 @@ 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.27.0
28-
2927
# Copy rest of files
3028
COPY . .

PyTorch/SpeechRecognition/QuartzNet/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ 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.27.0
28-
2927
# Copy rest of files
3028
COPY . .

0 commit comments

Comments
 (0)