Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Python Package and build Docker Image at the same time #518

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Merge branch 'flobz:master' into master

7478cd0
Select commit
Loading
Failed to load commit list.
Open

Build Python Package and build Docker Image at the same time #518

Merge branch 'flobz:master' into master
7478cd0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 23, 2025 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

See the complete overview on Codacy

Annotations

Check warning on line 8 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L8

Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>`

Check failure on line 9 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L9

Use COPY instead of ADD for files and folders