We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48bc0a commit efb7ca6Copy full SHA for efb7ca6
Dockerfile
@@ -11,6 +11,11 @@ RUN apt-get update && apt-get install libspatialindex-dev -y
11
RUN conda install nomkl
12
COPY . /usr/local/render-python-apps
13
14
+WORKDIR /shared/render-modules
15
+RUN pip install .
16
+WORKDIR /usr/local/render-python-apps
17
+
18
19
#RUN git clone https://github.com/fcollman/render-python-apps
20
#WORKDIR render-python-apps
21
#RUN git pull && git checkout newrender
0 commit comments