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
24
24
# Copy the source from the current directory to the working directory inside the container
25
25
COPY tests/ .
26
26
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
29
29
COPY images/tests/run-test.sh .
30
30
31
31
# Command to run the tests
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
set -o allexport
4
- source .env-odh
4
+ source .env-rhoai
5
5
set +o allexport
6
6
7
7
gotestsum " $@ "
You can’t perform that action at this time.
0 commit comments