Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
fix typo & add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Jan 9, 2020
1 parent 76dc246 commit 27aac83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ COPY . /src/actinia-gdi
WORKDIR /src/actinia-gdi
# TODO: include tests. Currently only running whith actinia_core installed
# RUN pip3 install -r requirements.txt && python3 setup.py test
# build including dependency list from setup.cfg (automatically installed).
# pip3 wheel creates wheels out of all requirements for offline usage
RUN python3 -m pep517.build --out-dir /build . && \
pip3 wheel -r requirements.txt -w /build

Expand Down
2 changes: 1 addition & 1 deletion docker/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The `docker build` command builds the wheel and integrated the build-args for
the github release.

The `docker run` command creates the build and uploads the
before created wheel as asset.
previously created wheel as asset.


```
Expand Down

0 comments on commit 27aac83

Please sign in to comment.