We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13da1ed commit 0c24a36Copy full SHA for 0c24a36
1 file changed
Dockerfile
@@ -1,12 +1,4 @@
1
-FROM amancevice/pandas:0.24.2-alpine
2
-
3
-RUN apk add --no-cache --update \
4
- python3 python3-dev gcc \
5
- gfortran musl-dev g++ \
6
- libffi-dev openssl-dev \
7
- libxml2 libxml2-dev \
8
- libxslt libxslt-dev \
9
- libjpeg-turbo-dev zlib-dev
+FROM synbiohub/docker-base-python:snapshot
10
11
COPY . .
12
@@ -16,4 +8,4 @@ RUN pip3 install -r requirements.txt
16
17
ENV FLASK_APP=app.py
18
19
-CMD ["waitress-serve", "--port=5000", "app:app"]
+CMD ["waitress-serve", "--port=5000", "app:app" ]
0 commit comments