Skip to content

Commit

Permalink
Merge pull request #57 from nmfs-opensci/eeholmes-patch-1
Browse files Browse the repository at this point in the history
Eeholmes patch 1
  • Loading branch information
eeholmes authored Nov 22, 2024
2 parents 65d1604 + dfe79df commit f34cb2a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 247 deletions.
11 changes: 0 additions & 11 deletions draft_images/test/Desktop/cdat.desktop

This file was deleted.

Binary file removed draft_images/test/Desktop/cdat.png
Binary file not shown.
10 changes: 0 additions & 10 deletions draft_images/test/Desktop/panoply.desktop

This file was deleted.

14 changes: 0 additions & 14 deletions draft_images/test/Desktop/qgis.desktop

This file was deleted.

212 changes: 0 additions & 212 deletions draft_images/test/Desktop/qgis.xml

This file was deleted.

11 changes: 11 additions & 0 deletions draft_images/test/Desktop/zotero.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Name=Zotero
GenericName=Zotero Bibliography Manager
Icon=zotero
TryExec=zotero
Exec=zotero %F
Terminal=false
StartupNotify=false
Categories=Education;Science;
Keywords=bibliography;
File renamed without changes
1 change: 1 addition & 0 deletions draft_images/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN cd /tmp && \

COPY . /tmp2/
RUN /pyrocket_scripts/install-apt-packages.sh /tmp2/apt.txt || echo "install-apt-packages.sh failed" || true
RUN /pyrocket_scripts/install-desktop.sh /tmp2/Desktop|| echo "setup-desktop.sh failed" || true
RUN rm -rf /tmp2

USER ${NB_USER}
Expand Down
1 change: 1 addition & 0 deletions draft_images/test/apt.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
zotero
libpci-dev

0 comments on commit f34cb2a

Please sign in to comment.