ayymen commited on
Commit
3e7cd23
·
1 Parent(s): 143d264

Switch base image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@
19
  # 1. git clone https://github.com/NVIDIA/NeMo.git && cd NeMo
20
  # 2. DOCKER_BUILDKIT=1 docker build -t nemo:23.03.1 -f ./scripts/installers/Dockerfile.ngramtools .
21
 
22
- FROM nvcr.io/nvidia/nemo:24.01.speech
23
 
24
  WORKDIR /workspace/nemo
25
 
 
19
  # 1. git clone https://github.com/NVIDIA/NeMo.git && cd NeMo
20
  # 2. DOCKER_BUILDKIT=1 docker build -t nemo:23.03.1 -f ./scripts/installers/Dockerfile.ngramtools .
21
 
22
+ FROM chainguard/nemo:latest-dev
23
 
24
  WORKDIR /workspace/nemo
25