Sfoglia il codice sorgente

style(docker): format Dockerfile for better readability

- Align python3.10-dev and python3-pip for improved visual consistency
- Enhance Dockerfile formatting without changing functionality
myhloli 10 mesi fa
parent
commit
cc62ae8bee
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docker/ascend_npu/Dockerfile

+ 2 - 2
docker/ascend_npu/Dockerfile

@@ -16,8 +16,8 @@ RUN apt-get update && \
         python3.10 \
         python3.10-venv \
         python3.10-distutils \
-	python3.10-dev \
-	python3-pip \
+        python3.10-dev \
+        python3-pip \
         wget \
         git \
         libgl1 \