Skip to content

Commit

Permalink
changed conda name file for local trainings
Browse files Browse the repository at this point in the history
  • Loading branch information
BPylypenko committed Oct 11, 2021
1 parent 85596f7 commit e0560bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/stuff/training_stuff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function local_setup() {
wget -O "${LOCAL_TEST_DATA}/../request.json" "${GIT_REPO_DATA}/mlflow/sklearn/wine/odahuflow/request.json"
wget -O "${LOCAL_TEST_DATA}/MLproject" "${GIT_REPO_DATA}/mlflow/sklearn/wine/MLproject"
wget -O "${LOCAL_TEST_DATA}/train.py" "${GIT_REPO_DATA}/mlflow/sklearn/wine/train.py"
wget -O "${LOCAL_TEST_DATA}/conda.yaml" "${GIT_REPO_DATA}/mlflow/sklearn/wine/conda.yaml"
wget -O "${LOCAL_TEST_DATA}/conda.lock.linux-64.yaml" "${GIT_REPO_DATA}/mlflow/sklearn/wine/conda.lock.linux-64.yaml"
wget -O "${LOCAL_TEST_DATA}/wine-quality.csv" "${GIT_REPO_DATA}/mlflow/sklearn/wine/data/wine-quality.csv"

# configure Docker: https://cloud.google.com/container-registry/docs/advanced-authentication#gcloud-helper
Expand Down

0 comments on commit e0560bb

Please sign in to comment.