We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 396c3e9 + 5c15294 commit 1d02c4cCopy full SHA for 1d02c4c
Dockerfile
@@ -10,11 +10,11 @@ RUN pip3 install --no-cache --upgrade pip && \
10
jupyter nbextension enable hide_code --user --py && \
11
python3 -m cite2c.install
12
13
-#RUN git clone https://github.com/eigenteam/eigen-git-mirror
+#RUN git clone https://github.com/eigenteam/eigen-git-mirror
14
#ENV CPLUS_INCLUDE_PATH=${PWD}/eigen-git-mirror/:${CPLUS_INCLUDE_PATH}
15
#RUN echo $CPLUS_INCLUDE_PATH
16
RUN mkdir oscode
17
-RUN git clone --single-branch --branch master https://github.com/fruzsinaagocs/oscode oscode/
+RUN git clone --single-branch --recursive --branch master https://github.com/fruzsinaagocs/oscode oscode/
18
19
RUN cd oscode && \
20
python3 setup.py install
0 commit comments