File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
PyTorch/SpeechRecognition Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
1616FROM ${FROM_IMAGE_NAME}
1717
1818RUN apt update && apt install -y libsndfile1 && apt install -y sox && rm -rf /var/lib/apt/lists/*
@@ -24,7 +24,5 @@ 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.27.0
28-
2927# Copy rest of files
3028COPY . .
Original file line number Diff line number Diff line change @@ -24,7 +24,5 @@ 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.27.0
28-
2927# Copy rest of files
3028COPY . .
You can’t perform that action at this time.
0 commit comments