We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af26df7 commit cf8a15cCopy full SHA for cf8a15c
Dockerfile
@@ -14,6 +14,6 @@ WORKDIR /usr/app
14
RUN mkdir -p out
15
16
# Install leetcode-export
17
-RUN pip3 install .
+RUN pip3 install --break-system-packages .
18
19
ENTRYPOINT ["leetcode-export", "--folder", "out"]
0 commit comments