Skip to content

Commit

Permalink
update to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slippersheepig authored Mar 17, 2024
1 parent 0bc529f commit 298e0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine AS builder
RUN apk add --no-cache wget zip
RUN wget https://github.com/OpenBMB/ChatDev/archive/refs/tags/v1.1.2.zip && unzip -d /chatdev v1.1.2.zip
RUN wget https://github.com/OpenBMB/ChatDev/archive/refs/tags/v1.1.3.zip && unzip -d /chatdev v1.1.3.zip

FROM python:3.9-slim
WORKDIR /chatdev
COPY --from=builder /chatdev/ChatDev-1.1.2 .
COPY --from=builder /chatdev/ChatDev-1.1.3 .
RUN pip install --no-cache-dir -r requirements.txt
CMD [ "python", "run.py" ]

0 comments on commit 298e0db

Please sign in to comment.