KL-MLC commited on
Commit
c3a1730
·
verified ·
1 Parent(s): 1794b60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -4,7 +4,6 @@ WORKDIR /test
4
 
5
  COPY . .
6
 
7
- RUN apt install python3-devel python3-pip
8
  RUN apk add nodejs npm curl p7zip git \
9
  && npm install pnpm -g
10
 
 
4
 
5
  COPY . .
6
 
 
7
  RUN apk add nodejs npm curl p7zip git \
8
  && npm install pnpm -g
9