File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,11 @@ FROM nplinkerbase:latest
33
44SHELL ["/bin/bash", "-c"]
55
6- COPY prototype /app/prototype
7- COPY webapp /app/webapp
8-
9- # not needed
10- RUN rm -rf /app/prototype/nplinker/scoring/iokr/data && rm -rf /app/prototype/nplinker/scoring/iokr/iokr_venv
11-
126WORKDIR /app
137
8+ # clone latest master version
9+ RUN cd /app && git clone https://github.com/sdrogers/nplinker nplinker
10+
1411ENV LANG "en_GB.UTF-8"
1512ENV LOCALE "C"
1613# set a HOME variable because things often break if it's left unset
@@ -29,6 +26,6 @@ EXPOSE 5006/tcp
2926
3027# run the webapp
3128# TODO need to have a way to run the downloader part here
32- CMD cd /app && source activate bigscape && bokeh serve webapp/npapp --dev
29+ CMD cd /app/nplinker && source activate bigscape && bokeh serve webapp/npapp --dev
3330
3431# append this if not using port 5006 externally: --allow-websocket-origin=localhost:5010
You can’t perform that action at this time.
0 commit comments