sanbo commited on
Commit
e979241
·
1 Parent(s): 778d7a6

update sth. at 2025-01-05 00:19:33

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -21,8 +21,8 @@ COPY requirements.txt .
21
  RUN pip install --upgrade pip
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
- # 调试:验证依赖是否正确安装
25
- RUN ls -la /usr/local
26
 
27
  # 运行阶段
28
  FROM python:3.11-slim AS runner
 
21
  RUN pip install --upgrade pip
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
+ # # 调试:验证依赖是否正确安装
25
+ # RUN ls -la /usr/local
26
 
27
  # 运行阶段
28
  FROM python:3.11-slim AS runner