File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ USER root
1313# Install Zotero; must be run before apt since apt install zotero requires this script be run first
1414RUN wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | bash
1515
16- # Copy the repo files into /tmp (env- *.yml, install.R, etc)
16+ # Copy the repo files into /tmp (environment/ *.yml, install.R, etc)
1717COPY . /tmp/
1818
1919# Update conda env sequentially to prevent hairy solve
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ FROM ghcr.io/nmfs-opensci/container-images/py-rocket-geospatial-2:2026.02.08
7373USER root
7474
7575COPY . /tmp/
76- RUN /pyrocket_scripts/install-conda-packages.sh /tmp/environment/ environment.yml || echo "install-conda-packages.sh failed" || true
76+ RUN /pyrocket_scripts/install-conda-packages.sh /tmp/your- environment.yml || echo "install-conda-packages.sh failed" || true
7777RUN /pyrocket_scripts/install-r-packages.sh /tmp/install.R || echo "install-r-package.sh failed" || true
7878RUN rm -rf /tmp/*
7979
You can’t perform that action at this time.
0 commit comments