|
|
@@ -11,6 +11,7 @@ WORKDIR /app |
|
|
ENV PYTHONPATH=/app |
|
|
ENV PYTHONPATH=/app |
|
|
|
|
|
|
|
|
# Install python dependencies |
|
|
# Install python dependencies |
|
|
|
|
|
RUN pip install --upgrade pip |
|
|
RUN pip install --no-cache-dir -r requirements.txt |
|
|
RUN pip install --no-cache-dir -r requirements.txt |
|
|
|
|
|
|
|
|
# Move the base entrypoint to reuse it |
|
|
# Move the base entrypoint to reuse it |
|
|
|