File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ FMS_HF_TUNING_IMAGE=<replace_me>
2+ TEST_TRAINING_CUDA_PYTORCH_241_IMAGE=<replace_me>
3+ TEST_TRAINING_ROCM_PYTORCH_241_IMAGE=<replace_me>
4+ TEST_TRAINING_CUDA_PYTORCH_251_IMAGE=<replace_me>
5+ TEST_TRAINING_ROCM_PYTORCH_251_IMAGE=<replace_me>
6+ NOTEBOOK_IMAGE=<replace_me>
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ WORKDIR /distributed-workloads/tests
2424# Copy the source from the current directory to the working directory inside the container
2525COPY tests/ .
2626
27- # Copy the .env-odh file and the run-test.sh script to the working directory inside the container
28- COPY images/tests/.env-odh .env-odh
27+ # Copy the .env-rhoai file and the run-test.sh script to the working directory inside the container
28+ COPY images/tests/.env-rhoai .env-rhoai
2929COPY images/tests/run-test.sh .
3030
3131# Command to run the tests
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33set -o allexport
4- source .env-odh
4+ source .env-rhoai
55set +o allexport
66
77gotestsum " $@ "
You can’t perform that action at this time.
0 commit comments