ricebug commited on
Commit
9e20c41
·
verified ·
1 Parent(s): 82c37c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y python3 python3-pip \
9
  && apt-get clean \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
- RUN pip install --no-cache-dir agentscope
13
 
14
  # 安装 AgentScope Studio
15
  RUN npm install -g @agentscope/studio
 
9
  && apt-get clean \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
+ RUN pip install --no-cache-dir --break-system-packages agentscope
13
 
14
  # 安装 AgentScope Studio
15
  RUN npm install -g @agentscope/studio