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 b8afb52 commit d1cb1a8Copy full SHA for d1cb1a8
Dockerfile
@@ -1,4 +1,4 @@
1
-#Build stage, using slim based-image because alpine cannot use Pandas and Matplotlib
+#Build stage
2
FROM python:3.8.11-slim AS builder
3
4
LABEL maintainer="Wasin Waeosri <wasin.waeosri@rifinitiv.com>"
@@ -9,7 +9,7 @@ COPY requirements.txt .
9
# install dependencies to the local user directory (eg. /root/.local)
10
RUN pip install --user -r requirements.txt
11
12
-# Run stage, using slim based-image because alpine cannot use Pandas and Matplotlib
+# Run stage
13
FROM python:3.8.11-alpine
14
WORKDIR /app
15
0 commit comments