Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
5fe19b4a
Commit
5fe19b4a
authored
Oct 16, 2023
by
illsilin
Browse files
fix the package version syntax
parent
2e7ea550
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+4
-4
No files found.
Dockerfile
View file @
5fe19b4a
...
...
@@ -70,7 +70,7 @@ RUN gunzip /usr/local/bin/ninja.gz
RUN
chmod
a+x /usr/local/bin/ninja
RUN
git clone https://github.com/nico/ninjatracing.git
# Update the cmake to the latest version
RUN
pip
install
--upgrade
cmake
=
3.27.5
RUN
pip
install
--upgrade
cmake
=
=
3.27.5
# Setup ubsan environment to printstacktrace
RUN
ln
-s
/usr/bin/llvm-symbolizer-3.8 /usr/local/bin/llvm-symbolizer
...
...
@@ -84,10 +84,10 @@ ARG PREFIX=/opt/rocm
# Install packages for processing the performance results
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
sqlalchemy
==
1.4.46
RUN
pip3
install
pymysql
=
1.4.6
RUN
pip3
install
pandas
=
2.0.3
RUN
pip3
install
pymysql
=
=
1.4.6
RUN
pip3
install
pandas
=
=
2.0.3
RUN
pip3
install
setuptools-rust
RUN
pip3
install
sshtunnel
=
0.4.0
RUN
pip3
install
sshtunnel
=
=
0.4.0
# Setup ubsan environment to printstacktrace
ENV
UBSAN_OPTIONS=print_stacktrace=1
...
...
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