ayymen commited on
Commit
e8a1a94
1 Parent(s): 35d1105

Change Nemo installation method

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ 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
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