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

Commit

Permalink
Update README.md (#13)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
Fastjur authored Jun 3, 2022
1 parent 264f6ca commit 4f064d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Train model, build containers and create a new version tag](https://github.com/Fastjur/nidhogg/actions/workflows/build.yaml/badge.svg)](https://github.com/Fastjur/nidhogg/actions/workflows/build.yaml)
[![Code Scanning - Security Analysis Action](https://github.com/Fastjur/nidhogg/actions/workflows/codeQL.yaml/badge.svg)](https://github.com/Fastjur/nidhogg/actions/workflows/codeQL.yaml)
[![Run tests](https://github.com/Fastjur/nidhogg/actions/workflows/test.yaml/badge.svg)](https://github.com/Fastjur/nidhogg/actions/workflows/test.yaml)
[![Run mllint](https://github.com/Fastjur/nidhogg/actions/workflows/linter.yaml/badge.svg)](https://github.com/Fastjur/nidhogg/actions/workflows/linter.yaml)

## How to run locally
Make sure you have installed [minikube](https://minikube.sigs.k8s.io/docs/start/), [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/), [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) and [docker](https://www.docker.com/).
Expand All @@ -7,9 +11,12 @@ minikube start
```

### Building local image
Note that if you want to run your local images, you need to execute the following commands.
Note that if you want to run your local images, you need to have installed [dvc](https://dvc.org/) and execute the following commands.
```
eval $(minikube docker-env)
python3 -m venv venv # Only if you have not already created a venv directory!
source venv/bin/activate
pip install -r requirements.txt
dvc repro
```

Expand Down

0 comments on commit 4f064d0

Please sign in to comment.