Switch base image
Browse files- 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
|
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 |
|