Skip to content

Commit

Permalink
Removed deployments scripts, dockerfiles and github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Savare <[email protected]>
  • Loading branch information
deatinor committed Aug 2, 2021
1 parent 6bd67c1 commit d4a34b3
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 256 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/create-endpoint.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/mlflow-environment.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/sectors-model.yml

This file was deleted.

11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ doc-install:

dev-install: install doc-install

mlflow-build:
docker build . -f docker/Dockerfile.mlflow -t mlflow --no-cache --platform=linux/amd64

mlflow-build-arm:
docker build . -f docker/Dockerfile.mlflow -t mlflow --no-cache

mlflow-deploy:
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 961104659532.dkr.ecr.us-east-1.amazonaws.com
docker tag mlflow 961104659532.dkr.ecr.us-east-1.amazonaws.com/mlflow
docker push 961104659532.dkr.ecr.us-east-1.amazonaws.com/mlflow

documentation:
rm -rf docs/documentation
sphinx-build -b html docs/source docs/documentation
35 changes: 0 additions & 35 deletions docker/Dockerfile.deployment

This file was deleted.

12 changes: 0 additions & 12 deletions docker/Dockerfile.mlflow

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/deployment/create_endpoint/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions scripts/deployment/create_endpoint/app.py

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/deployment/create_endpoint/requirements.txt

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/deployment/sectors_model/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions scripts/deployment/sectors_model/app.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/deployment/sectors_model/config.yml

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/deployment/sectors_model/configure.py

This file was deleted.

0 comments on commit d4a34b3

Please sign in to comment.