wwforonce commited on
Commit
fd8d009
·
1 Parent(s): d201c9f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt update && apt install -y \
8
  git-lfs \
9
  openssl \
10
  jq \
11
- python-pip \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Install Python packages
 
8
  git-lfs \
9
  openssl \
10
  jq \
11
+ python3-pip \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Install Python packages