Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
114dbb4f
Commit
114dbb4f
authored
May 15, 2026
by
one
Browse files
Update DTK dockerfile pip registry
parent
66e56f20
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
dockerfile/dtk26.04-pytorch2.7.1.dockerfile
dockerfile/dtk26.04-pytorch2.7.1.dockerfile
+3
-2
dockerfile/dtk26.04-pytorch2.7.1_docker18.dockerfile
dockerfile/dtk26.04-pytorch2.7.1_docker18.dockerfile
+3
-2
dockerfile/dtk26.04-vllm0.11.0.dockerfile
dockerfile/dtk26.04-vllm0.11.0.dockerfile
+3
-2
dockerfile/dtk26.04-vllm0.11.0_docker18.dockerfile
dockerfile/dtk26.04-vllm0.11.0_docker18.dockerfile
+3
-2
No files found.
dockerfile/dtk26.04-pytorch2.7.1.dockerfile
View file @
114dbb4f
...
@@ -183,7 +183,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
...
@@ -183,7 +183,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
RUN
--mount
=
type
=
bind
,from
=
hyhal,source
=
/,target
=
/opt/hyhal
\
RUN
--mount
=
type
=
bind
,from
=
hyhal,source
=
/,target
=
/opt/hyhal
\
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip config
set
global.index-url
${
SB_PIP_INDEX_URL
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--no-build-isolation
.[hgworker]
&&
\
python3
-m
pip
install
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip
install
--no-build-isolation
.[hgworker]
&&
\
make cppbuild
&&
\
make cppbuild
&&
\
make postinstall
make postinstall
dockerfile/dtk26.04-pytorch2.7.1_docker18.dockerfile
View file @
114dbb4f
...
@@ -184,7 +184,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
...
@@ -184,7 +184,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
echo
VIRTUAL_ENV
=
"
$VIRTUAL_ENV
"
>>
/etc/environment
echo
VIRTUAL_ENV
=
"
$VIRTUAL_ENV
"
>>
/etc/environment
RUN
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
RUN
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip config
set
global.index-url
${
SB_PIP_INDEX_URL
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--no-build-isolation
.[hgworker]
&&
\
python3
-m
pip
install
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip
install
--no-build-isolation
.[hgworker]
&&
\
make cppbuild
&&
\
make cppbuild
&&
\
make postinstall
make postinstall
dockerfile/dtk26.04-vllm0.11.0.dockerfile
View file @
114dbb4f
...
@@ -180,7 +180,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
...
@@ -180,7 +180,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
RUN
--mount
=
type
=
bind
,from
=
hyhal,source
=
/,target
=
/opt/hyhal
\
RUN
--mount
=
type
=
bind
,from
=
hyhal,source
=
/,target
=
/opt/hyhal
\
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip config
set
global.index-url
${
SB_PIP_INDEX_URL
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--no-build-isolation
.[hgworker]
&&
\
python3
-m
pip
install
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip
install
--no-build-isolation
.[hgworker]
&&
\
make cppbuild
&&
\
make cppbuild
&&
\
make postinstall
make postinstall
dockerfile/dtk26.04-vllm0.11.0_docker18.dockerfile
View file @
114dbb4f
...
@@ -181,7 +181,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
...
@@ -181,7 +181,8 @@ RUN sed -i '/NCCL_/d' /etc/bash.bashrc && \
echo
VIRTUAL_ENV
=
"
$VIRTUAL_ENV
"
>>
/etc/environment
echo
VIRTUAL_ENV
=
"
$VIRTUAL_ENV
"
>>
/etc/environment
RUN
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
RUN
python3
-m
venv
--system-site-packages
${
VIRTUAL_ENV
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip config
set
global.index-url
${
SB_PIP_INDEX_URL
}
&&
\
python3
-m
pip
install
-i
${
SB_PIP_INDEX_URL
}
--no-build-isolation
.[hgworker]
&&
\
python3
-m
pip
install
--upgrade
pip wheel
setuptools
==
65.7 mpi4py
onnx
==
1.19.1
&&
\
python3
-m
pip
install
--no-build-isolation
.[hgworker]
&&
\
make cppbuild
&&
\
make cppbuild
&&
\
make postinstall
make postinstall
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment