ejschwartz commited on
Commit
71f2c10
·
1 Parent(s): fbd4fbf
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
13
  git \
14
  build-essential \
15
  cmake \
16
- python3.11-dev python3.11-pip python3.11-distutils \
17
  wget
18
 
19
  RUN sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
 
13
  git \
14
  build-essential \
15
  cmake \
16
+ python3.11-dev python3.11-distutils \
17
  wget
18
 
19
  RUN sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1