Skip to content

Commit

Permalink
Dockerfile syntaxerror RE:natcap#1431
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 19, 2023
1 parent 576f4c4 commit 495ea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN python3 -m build && pwd

# Create the container for distribution that has runtime dependencies.
FROM mambaorg/micromamba:1.5.0-bookworm-slim
COPY --from build /dist/*.whl /tmp/
COPY --from=build /dist/*.whl /tmp/

# The environment.yml file will be built during github actions.
COPY --chown=$MAMBA_USER:$MAMBA_USER environment.yml /tmp/environment.yml
Expand Down

0 comments on commit 495ea32

Please sign in to comment.