Use nemo-toolkit 2.0.0rc1
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -31,6 +31,8 @@ RUN git clone https://github.com/NVIDIA/NeMo nemo
|
|
31 |
|
32 |
WORKDIR /workspace/nemo
|
33 |
|
|
|
|
|
34 |
RUN pip install --no-cache-dir -e .
|
35 |
|
36 |
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt
|
|
|
31 |
|
32 |
WORKDIR /workspace/nemo
|
33 |
|
34 |
+
RUN git checkout r2.0.0rc1
|
35 |
+
|
36 |
RUN pip install --no-cache-dir -e .
|
37 |
|
38 |
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt
|