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

.env.example 605 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
  1. # Project specific variables to execute the ML pipeline
  2. PROJECT_DIR=<absolute path to local project directory>
  3. KAGGLE_USERNAME=<your kaggle username>
  4. KAGGLE_KEY=<your kaggle key>
  5. MODEL_PATH=<${PROJECT_DIR}/your_model_path>
  6. # Deployment specific variables
  7. AZURE_CONFIG_PATH=${PROJECT_DIR}/.azureml/config.json
  8. MODEL_NAME=<your model name>
  9. ENV_NAME=<your env name>
  10. ENV_DEPENDENCIES=${PROJECT_DIR}/.azureml/environment.yml
  11. SRC_DIR=<your source_dir>
  12. ENTRY_SCRIPT=<your entry script>
  13. DEPLOYMENT_NAME=<your deployment name>
  14. LOCAL_PORT=<your local port>
  15. CPU_CORES=<number of cores>
  16. MEMORY_GB=<number of memory>
Tip!

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

Comments

Loading...