KL-MLC commited on
Commit
5187477
·
verified ·
1 Parent(s): ecf4544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,11 +1,11 @@
1
  FROM luanyaolingwu/alpinemirai:0.0.1-mcl2.1.2-20230714-noadapter-noqsign
2
- FROM python:3.12.4
3
 
4
  WORKDIR /test
5
 
6
  COPY . .
7
 
8
- RUN apk add nodejs npm curl p7zip git \
 
9
  && npm install pnpm -g
10
 
11
  # 修改目录权限
 
1
  FROM luanyaolingwu/alpinemirai:0.0.1-mcl2.1.2-20230714-noadapter-noqsign
 
2
 
3
  WORKDIR /test
4
 
5
  COPY . .
6
 
7
+ RUN yum install python3-devel python3-pip -y
8
+ RUN apk add nodejs npm curl p7zip git \
9
  && npm install pnpm -g
10
 
11
  # 修改目录权限