File tree 8 files changed +87
-4
lines changed
enterprise/redhat/openshift-ai/gaudi/docker
8 files changed +87
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2024 Intel Corporation
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
1
15
services :
2
16
gaudi-base :
3
17
build :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright (c) 2024 Intel Corporation
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
2
16
set -e
3
17
4
18
_BASE_NAME=${1:- " ubuntu22.04" }
@@ -87,4 +101,3 @@ case "${_BASE_NAME}" in
87
101
esac
88
102
89
103
python3 -m pip install --upgrade pip setuptools
90
-
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -ex
2
2
3
+ # Copyright (c) 2024 Intel Corporation
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
3
17
DEFAULT_EFA_INSTALLER_VER=1.29.0
4
18
efa_installer_version=${1:- $DEFAULT_EFA_INSTALLER_VER }
5
19
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # Copyright (c) 2024 Intel Corporation
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
2
16
set -ex
3
17
4
18
pt_package_name=" pytorch_modules-v${PT_VERSION} _${VERSION} _${REVISION} .tgz"
Original file line number Diff line number Diff line change 198
198
distributed under the License is distributed on an "AS IS" BASIS,
199
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
See the License for the specific language governing permissions and
201
- limitations under the License.
201
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ jupyter-resource-usage~=0.7.2
31
31
nbdime ~= 3.2.1
32
32
nbgitpuller ~= 1.2.0
33
33
34
- # pycodestyle is dependency of below packages
34
+ # pycodestyle is dependency of below packages
35
35
# and to achieve compatible of pycodestyle with python-lsp-server[all]
36
36
# pinned the below packages
37
37
autopep8 ~= 2.0.4
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ # Copyright (c) 2024 Intel Corporation
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
3
17
# Load bash libraries
4
18
SCRIPT_DIR=${APP_ROOT} /bin
5
19
source ${SCRIPT_DIR} /utils/process.sh
@@ -39,4 +53,4 @@ echo ${NOTEBOOK_PROGRAM_ARGS}
39
53
start_process jupyter lab ${NOTEBOOK_PROGRAM_ARGS} \
40
54
--ServerApp.ip=0.0.0.0 \
41
55
--ServerApp.allow_origin=" *" \
42
- --ServerApp.open_browser=False
56
+ --ServerApp.open_browser=False
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
+ # Copyright (c) 2024 Intel Corporation
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
3
17
function start_process() {
4
18
trap stop_process TERM INT
5
19
You can’t perform that action at this time.
0 commit comments