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 757524f commit 169119eCopy full SHA for 169119e
docker/Dockerfile
@@ -46,7 +46,8 @@ RUN install_packages \
46
47
ENV READTHEDOCS=True
48
ADD requirements.txt /tmp/.
49
-RUN pip install --no-cache-dir -r /tmp/requirements.txt
+RUN pip install --upgrade pip && \
50
+ pip install --no-cache-dir -r /tmp/requirements.txt
51
52
RUN mkdir -p /coderbot && \
53
mkdir -p /coderbot/data && \
docker/stub/Dockerfile
@@ -39,7 +39,8 @@ RUN apt-get update -y && apt-get install -y \
39
tesseract-ocr-deu
40
41
ADD docker/stub/requirements.txt /tmp/.
42
43
44
45
0 commit comments