Skip to content

fix: Dockerfile WORKDIR does not match the cloned repo directory - #16

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:masterfrom
andrewwhitecdw:bugfix/readme-13a1dfe0
Open

fix: Dockerfile WORKDIR does not match the cloned repo directory#16
andrewwhitecdw wants to merge 1 commit into
NVlabs:masterfrom
andrewwhitecdw:bugfix/readme-13a1dfe0

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: Dockerfile WORKDIR does not match the cloned repo directory

Fix

Replace:

WORKDIR FLAT_pub
RUN pip3 install imageio matplotlib scipy joblib
RUN python3 init.py

with:

WORKDIR FLAT
RUN pip3 install imageio matplotlib scipy joblib
RUN python3 init.py

Files changed

  • README.md

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:12
@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant