Commit cc62ae8b authored by myhloli's avatar myhloli
Browse files

style(docker): format Dockerfile for better readability

- Align python3.10-dev and python3-pip for improved visual consistency
- Enhance Dockerfile formatting without changing functionality
parent 57b5999e
...@@ -16,8 +16,8 @@ RUN apt-get update && \ ...@@ -16,8 +16,8 @@ RUN apt-get update && \
python3.10 \ python3.10 \
python3.10-venv \ python3.10-venv \
python3.10-distutils \ python3.10-distutils \
python3.10-dev \ python3.10-dev \
python3-pip \ python3-pip \
wget \ wget \
git \ git \
libgl1 \ libgl1 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment