Skip to content

Commit 7184630

Browse files
authored
Merge pull request #719 from javipolo/ilab_no_path
Do not hardcode the path to ilab executable
2 parents 1450e58 + 3c156dc commit 7184630

File tree

2 files changed

+2
-2
lines changed
  • training
    • ilab-wrapper
    • nvidia-bootc/duplicated/ilab-wrapper

2 files changed

+2
-2
lines changed

training/ilab-wrapper/ilab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CONTAINER_DEVICE="__REPLACE_CONTAINER_DEVICE__"
55
IMAGE_NAME="__REPLACE_IMAGE_NAME__"
66

7-
export ENTRYPOINT="/opt/python3.11/venv/bin/ilab"
7+
export ENTRYPOINT="ilab"
88
export PARAMS=("$@")
99

1010
if [[ -n "$ILAB_HOME" ]]; then

training/nvidia-bootc/duplicated/ilab-wrapper/ilab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
CONTAINER_DEVICE="__REPLACE_CONTAINER_DEVICE__"
55
IMAGE_NAME="__REPLACE_IMAGE_NAME__"
66

7-
export ENTRYPOINT="/opt/python3.11/venv/bin/ilab"
7+
export ENTRYPOINT="ilab"
88
export PARAMS=("$@")
99

1010
if [[ -n "$ILAB_HOME" ]]; then

0 commit comments

Comments
 (0)