Skip to content

Commit f2b1112

Browse files
authored
Fix discord bot workflow (LAION-AI#1956)
Commits on main are failing because of a new js discord bot without updating the container. https://github.com/LAION-AI/Open-Assistant/commits/main I left in the old py-bot in place for this fix, it might make sense to use the new bot at some point.
1 parent bcb2d44 commit f2b1112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.discord-bot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.10-slim-bullseye
22
RUN mkdir /app
33
WORKDIR /app
4-
COPY ./discord-bot /app
4+
COPY ./discord-bots/oa-bot-py /app
55
COPY ./oasst-shared/oasst_shared /app/oasst_shared
66
RUN pip install -r requirements.txt
77
CMD ["python","-m","bot"]

0 commit comments

Comments
 (0)