浏览代码

[Jasper/PyT,QuartzNet/PyT] use the dafault DALI installation from the container

Marek Wawrzos 2 年之前
父节点
当前提交
34770bb8e3
共有 2 个文件被更改,包括 1 次插入5 次删除
  1. 1 3
      PyTorch/SpeechRecognition/Jasper/Dockerfile
  2. 0 2
      PyTorch/SpeechRecognition/QuartzNet/Dockerfile

+ 1 - 3
PyTorch/SpeechRecognition/Jasper/Dockerfile

@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:20.10-py3
+ARG FROM_IMAGE_NAME=nvcr.io/nvidia/pytorch:23.10-py3
 FROM ${FROM_IMAGE_NAME}
 
 RUN apt update && apt install -y libsndfile1 && apt install -y sox && rm -rf /var/lib/apt/lists/*
@@ -24,7 +24,5 @@ COPY requirements.txt .
 RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
 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 nvidia-dali-cuda110==1.27.0
-
 # Copy rest of files
 COPY . .

+ 0 - 2
PyTorch/SpeechRecognition/QuartzNet/Dockerfile

@@ -24,7 +24,5 @@ COPY requirements.txt .
 RUN if [[ ! -z "$(command -v conda)" ]]; then conda install -y pyyaml==5.4.1; fi
 RUN pip install --disable-pip-version-check -U -r requirements.txt
 
-RUN pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110==1.27.0
-
 # Copy rest of files
 COPY . .