Skip to content

Commit d3426cf

Browse files
committed
tests file moved
Signed-off-by: sharvil10 <sharvil.shah@intel.com>
1 parent 112609d commit d3426cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

enterprise/redhat/openshift-ai/gaudi/docker/Dockerfile.rhel9.2

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ RUN cd ${APP_ROOT}/ && \
231231
VLLM_TARGET_DEVICE=hpu pip install -e .
232232

233233
WORKDIR ${APP_ROOT}/src
234-
ENV NOTEBOOK_SAMPLES_LINK="https://raw.githubusercontent.com/sharvil10/ai-containers/main/enterprise/redhat/openshift-ai/gaudi/demo/Getting-started.ipynb"
234+
ENV NOTEBOOK_SAMPLES_LINK="https://raw.githubusercontent.com/intel/ai-containers/refs/heads/main/enterprise/redhat/openshift-ai/gaudi/demo/oneapi-sample.ipynb"
235235

236236
ENTRYPOINT ["bash", "-c", "/opt/app-root/builder/run"]

enterprise/redhat/openshift-ai/gaudi/tests.yaml enterprise/redhat/openshift-ai/gaudi/docker/tests/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-jupyter-server:
1717
cmd: bash /opt/app-root/notebook-test.sh
1818
serving: True
1919
volumes:
20-
- src: $PWD/enterprise/redhat/openshift-ai/gaudi/tests/notebook-test.sh
20+
- src: $PWD/enterprise/redhat/openshift-ai/gaudi/docker/tests/notebook-test.sh
2121
dst: /opt/app-root/notebook-test.sh
2222
env:
2323
NOTEBOOK_ARGS: "--ServerApp.token='' --ServerApp.PasswordIdentityProvider.hashed_password=''"

0 commit comments

Comments
 (0)