Skip to content

Commit

Permalink
changed the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
emdeeweegio committed Mar 15, 2024
1 parent 14a78c7 commit ba7d6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM harbor2.vantage6.ai/infrastructure/algorithm-base:4.2

# Change this to the package name of your project. This needs to be the same
# as what you specified for the name in the `setup.py`.
ARG PKG_NAME="v6-logistic-regression-py"
ARG PKG_NAME="v6_logistic_regression_py"

# This will install your algorithm into this image.
COPY . /app
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Setup the package
setup(
name='v6-logistic-regression-py',
name='v6_logistic_regression_py',
version='1.0.0',
description='Vantage6 algorithm for logistic regression',
long_description=long_description,
Expand Down

0 comments on commit ba7d6b4

Please sign in to comment.