Skip to content

Commit 8f2a3f8

Browse files
authored
Merge pull request #22 from BIOP/biop-desktop-012
biop-desktop-0.1.2
2 parents cdb9882 + 84f9480 commit 8f2a3f8

4 files changed

Lines changed: 1062 additions & 5 deletions

File tree

docker/Dockerfile-ms

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG EM_VERSION=1.1.0
1515
ARG STARDIST_VERSION=0.8.5
1616
ARG ABBA_VERSION=0.8.0-01
1717
ARG CELLPROFILER_VERSION=4.2.6
18-
ARG INKSCAPE_VERSION=0.0.1
18+
ARG INKSCAPE_VERSION=0.1.0
1919
ARG OMNI_VERSION=1.0.7-dev2
2020
ARG BRAINRENDER_VERSION=0.0.3
2121

@@ -191,7 +191,7 @@ COPY --from=cellprofiler-image /home/biop/Desktop/cellprofiler.desktop /home/bio
191191

192192
#################################################################
193193
# Add the inkscape-imagej-panel extension for inskcape
194-
COPY --from=inkscape-image /home/biop/.config/inkscape/extensions/ /home/biop/.config/inkscape/extensions/
194+
COPY --from=inkscape-image /home/biop/.config/inkscape/ /home/biop/.config/inkscape/
195195

196196
#################################################################
197197
# Install omnipose

docker/inkscape/Dockerfile-inkscape

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
ARG BASE_IMAGE=0.0.3
2-
FROM biop-vnc-base:${BASE_IMAGE}
1+
ARG BASE_IMAGE=0.1.0
2+
ARG ALIAS=biop/
3+
FROM ${ALIAS}biop-vnc-base:${BASE_IMAGE}
34

45
USER root
56

@@ -17,6 +18,11 @@ RUN unzip inkscape-imagej-panel-master.zip \
1718
&& rm -rf inkscape-imagej-panel-master.zip \
1819
&& rm -rf inkscape-imagej-panel-master/
1920

21+
#################################################################
22+
# Inkscape preferences with path to ImageJ, devbio conda env already set up
23+
# won't work ofr this image that does not have devbio nor Fiji
24+
COPY inkscape/preferences.xml /home/biop/.config/inkscape/preferences.xml
25+
2026
RUN chown -R biop:biop /home/biop/ \
2127
&& chmod -R a+rwx /home/biop/
2228

@@ -25,4 +31,4 @@ RUN chown -R biop:biop /home/biop/ \
2531
USER biop
2632
WORKDIR /home/biop
2733
ENTRYPOINT ["/usr/local/bin/jupyter"]
28-
CMD ["lab", "--allow-root", "--ip=*", "--port=8888", "--no-browser", "--NotebookApp.token=''", "--NotebookApp.allow_origin='*'", "--notebook-dir=/home/biop"]
34+
CMD ["lab", "--allow-root", "--ip=*", "--port=8888", "--no-browser", "--NotebookApp.token=''", "--NotebookApp.allow_origin='*'", "--notebook-dir=/home/biop"]

0 commit comments

Comments
 (0)