Change Nemo installation method
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ WORKDIR /workspace/nemo
|
|
| 33 |
|
| 34 |
RUN git checkout r2.0.0rc1
|
| 35 |
|
| 36 |
-
RUN
|
| 37 |
|
| 38 |
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
RUN git checkout r2.0.0rc1
|
| 35 |
|
| 36 |
+
RUN ./reinstall.sh
|
| 37 |
|
| 38 |
RUN --mount=target=/tmp/requirements.txt,source=requirements.txt pip install --no-cache-dir -r /tmp/requirements.txt
|
| 39 |
|