Update Dockerfile
Browse files- 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
|