Skip to content

Commit 43d6a12

Browse files
author
John Meyers
committed
python_slim_update
1 parent b9b9b8b commit 43d6a12

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:slim
1+
FROM python:3.7-slim
22
LABEL maintainer="Charlie Lewis <clewis@iqt.org>"
33

44
COPY requirements.txt requirements.txt
@@ -10,11 +10,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
python3 \
1111
python3-dev \
1212
tcpdump \
13-
&& pip3 install --no-cache-dir --upgrade pip==19.3 \
13+
&& pip3 install --no-cache-dir --upgrade pip==19.3.1 \
1414
&& pip3 install wheel \
1515
&& pip3 install --no-cache-dir -r requirements.txt\
16-
&& pip3 install tensorflow \
17-
&& rm -rf tensorflow-1.14.0-cp37-cp37m-linux_x86_64.whl \
1816
&& apt-get remove --purge --auto-remove -y curl gcc git python3-dev \
1917
&& apt-get clean \
2018
&& apt-get autoclean \

0 commit comments

Comments
 (0)