Skip to content

Commit 4c1314b

Browse files
Copiloteeholmes
andcommitted
Update Dockerfile comment and clarify derivative image example
Co-authored-by: eeholmes <2545978+eeholmes@users.noreply.github.com>
1 parent d6f304e commit 4c1314b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1414
RUN 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)
1717
COPY . /tmp/
1818

1919
# Update conda env sequentially to prevent hairy solve

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ FROM ghcr.io/nmfs-opensci/container-images/py-rocket-geospatial-2:2026.02.08
7373
USER root
7474
7575
COPY . /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
7777
RUN /pyrocket_scripts/install-r-packages.sh /tmp/install.R || echo "install-r-package.sh failed" || true
7878
RUN rm -rf /tmp/*
7979

0 commit comments

Comments
 (0)