Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

params.yaml 884 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. dvc_config:
  2. DVC_REMOTE_URL: "https://dagshub.com/taltaf913/mlops-test.dvc"
  3. USERNAME: "taltaf913"
  4. PASSWORD: "I18geappa@03"
  5. model_data_config:
  6. MODEL_PATH: "./git_actions_models"
  7. METRICS_PATH: "./git_actions_data/metrics"
  8. ec2_prepare:
  9. DAGSHUB_REMOTE_URL: "[MY REMOTE URL]"
  10. REQUIREMENTS: "requirements.txt"
  11. EC2_KEY_PAIR: "[PATH TO MY SECRET KEY]"
  12. host_information:
  13. HOST: "github_actions_instance" # This is the name I gave my EC2 HOST in the ~/.ssh/config file
  14. EC2_USER: "ec2-user"
  15. EC2_IP: "[MY IP ADDRESS]"
  16. EC2_REMOTE_DIRECTORY: "[MY REMOTE DIRECTORY]"
  17. meta_data:
  18. DOCKERFILE: "./docker/Dockerfile"
  19. APP: "app.py"
  20. mlflow_credentials:
  21. MLFLOW_TRACKING_URI: "https://dagshub.com/taltaf913/mlops-test.mlflow"
  22. MLFLOW_TRACKING_USERNAME: "taltaf913"
  23. MLFLOW_TRACKING_PASSWORD: "7a90f16718ff915331874c904b2ef92074893aaf"
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...