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
35cf9b18
Commit
35cf9b18
authored
Oct 16, 2023
by
illsilin
Browse files
fix the pymysql package issue
parent
5fe19b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
35cf9b18
...
@@ -84,7 +84,7 @@ ARG PREFIX=/opt/rocm
...
@@ -84,7 +84,7 @@ ARG PREFIX=/opt/rocm
# Install packages for processing the performance results
# Install packages for processing the performance results
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
sqlalchemy
==
1.4.46
RUN
pip3
install
sqlalchemy
==
1.4.46
RUN
pip3
install
pymysql
==
1.4.6
RUN
pip3
install
pymysql
RUN
pip3
install
pandas
==
2.0.3
RUN
pip3
install
pandas
==
2.0.3
RUN
pip3
install
setuptools-rust
RUN
pip3
install
setuptools-rust
RUN
pip3
install
sshtunnel
==
0.4.0
RUN
pip3
install
sshtunnel
==
0.4.0
...
...
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