ThongCoding commited on
Commit
78614b3
·
verified ·
1 Parent(s): 22267b1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -32,9 +32,10 @@ RUN apt-fast update && apt-fast install -y \
32
  && rm -rf /var/lib/apt/lists/*
33
 
34
  RUN git lfs install
35
- RUN pip config set global.break-system-packages true
36
  RUN apt remove -y python3-wheel python3-setuptools
37
- RUN pip install -U pip setuptools wheel
 
 
38
 
39
  # -----------------------------
40
  # Rust (global)
 
32
  && rm -rf /var/lib/apt/lists/*
33
 
34
  RUN git lfs install
 
35
  RUN apt remove -y python3-wheel python3-setuptools
36
+ RUN python3 -m ensurepip --upgrade
37
+ RUN python3 -m pip install --upgrade pip setuptools wheel
38
+ RUN pip config set global.break-system-packages true
39
 
40
  # -----------------------------
41
  # Rust (global)