-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build!: migrate container images and deploy templates to dioptra v1
This commit migrates the project's Dockerfiles and the cookiecutter deployment template to Dioptra v1. It also adds pyparsing as a project dependency and regenerates the requirements lockfiles. BREAKING CHANGE: The migrated container images and template are not compatible with Dioptra v0. Co-authored-by: Keith Manville <[email protected]>
- Loading branch information
1 parent
ae0b4a9
commit 5071049
Showing
40 changed files
with
2,279 additions
and
1,731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...oyment/{{cookiecutter.__project_slug}}/envs/{{ cookiecutter.__project_slug }}-restapi.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
DIOPTRA_RESTAPI_ENV=prod | ||
DIOPTRA_RESTAPI_VERSION=v0 | ||
DIOPTRA_LOGIN_DISABLED=true | ||
DIOPTRA_RESTAPI_VERSION=v1 | ||
MLFLOW_S3_ENDPOINT_URL=http://{{ cookiecutter.__project_slug }}-minio:9000 | ||
MLFLOW_TRACKING_URI=http://{{ cookiecutter.__project_slug }}-mlflow-tracking:5000 | ||
RQ_REDIS_URI=redis://{{ cookiecutter.__project_slug }}-redis:6379/0 |
4 changes: 1 addition & 3 deletions
4
...loyment/{{cookiecutter.__project_slug}}/envs/{{ cookiecutter.__project_slug }}-worker.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
DIOPTRA_PLUGINS_S3_URI=s3://plugins/dioptra_builtins | ||
DIOPTRA_CUSTOM_PLUGINS_S3_URI=s3://plugins/dioptra_custom | ||
DIOPTRA_RESTAPI_ENV=prod | ||
DIOPTRA_LOGIN_DISABLED=true | ||
MLFLOW_TRACKING_URI=http://{{ cookiecutter.__project_slug }}-mlflow-tracking:5000 | ||
MLFLOW_S3_ENDPOINT_URL=http://{{ cookiecutter.__project_slug }}-minio:9000 | ||
RQ_REDIS_URI=redis://{{ cookiecutter.__project_slug }}-redis:6379/0 | ||
DIOPTRA_API=http://{{ cookiecutter.__project_slug }}-restapi:5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...kiecutter-dioptra-deployment/{{cookiecutter.__project_slug}}/scripts/templates/dot-env.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.