Skip to content

Commit efb7ca6

Browse files
committed
Added pip install of render modules
1 parent d48bc0a commit efb7ca6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ RUN apt-get update && apt-get install libspatialindex-dev -y
1111
RUN conda install nomkl
1212
COPY . /usr/local/render-python-apps
1313

14+
WORKDIR /shared/render-modules
15+
RUN pip install .
16+
WORKDIR /usr/local/render-python-apps
17+
18+
1419
#RUN git clone https://github.com/fcollman/render-python-apps
1520
#WORKDIR render-python-apps
1621
#RUN git pull && git checkout newrender

0 commit comments

Comments
 (0)