Skip to content

Commit

Permalink
Update PROJECT_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 27, 2023
1 parent a4bd75e commit 666eaef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions scripts/.cluster/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function create_alias_delete() {
}

# Create directories
mkdir -p "$PROJECT_DATA"
export PROJECT_DATA="$(realpath "$PROJECT_DATA")"
mkdir -p "$PROJECT_DATA"
export PROJECT_NAME=$(basename "$(pwd)")
Expand Down
8 changes: 4 additions & 4 deletions scripts/project.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export PROJECT_JOB_NAME="test" # This makes run.sh run with `pytest` instead of `python3`
export PROJECT_DATA="$(realpath ~/.datadreamer_dev/)" # Where project dependencies will be installed and stored
export PROJECT_DATA="~/.datadreamer_dev/" # Where project dependencies will be installed and stored
export PROJECT_DISABLE_TUNNEL=1 # Disables certain dependencies that are not required

# API Keys and Tokens
# export HUGGING_FACE_HUB_TOKEN="your huggingface_hub token" # (optional) Some tests require a Hugging Face Hub token
# export OPENAI_API_KEY="your openai api key" # (optional) Some tests OpenAI API key
# export HUGGING_FACE_HUB_TOKEN="your huggingface_hub token" # (optional) Some tests require a Hugging Face Hub token
# export OPENAI_API_KEY="your openai api key" # (optional) Some tests OpenAI API key

# You can un-comment the line below to make subsequent runs faster
# after project dependencies have been installed.
# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs
# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs

0 comments on commit 666eaef

Please sign in to comment.