-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenv.tmpl
26 lines (24 loc) · 1.51 KB
/
env.tmpl
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
# AI-CLI Simplifying AI Experiments
# Copyright (C) 2022 Marcel Arpogaus, Julian Jandeleit
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# You can specify an env file for your workspace container here
MLFLOW_EXPERIMENT_NAME="your-experiemnt-name-must-not-contain-any-spaces"
# You can specify the uri to your git repo here
# Use a GitLab access token for authentication (https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html)
# To run a MLProject file located in a subdirectory of the project, add a ‘#’ to the end of the URI argument,
# followed by the relative path from the project’s root directory to the subdirectory containing the desired project.
# MLFLOW_GIT_PROJECT=https://<token>:<password>@<uri>#<path/to/MLProject (optional)> -v <branch or commit hash>
# If you need to define additional environment variables in your workspace (like auth tokens) specify them here.
# SECRET_TOKEN=