Skip to content

Commit 8530edc

Browse files
Don't need install pip in the runnable Dockerfile. (#87)
1 parent 9c06a83 commit 8530edc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

runnables/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM sqlflow/sqlflow:step
22

33
RUN apt-get clean && apt-get update && \
4-
apt-get -qq install python3-pip libmysqld-dev libmysqlclient-dev && \
5-
ln -s /usr/bin/pip3 /usr/bin/pip
4+
apt-get -qq install libmysqld-dev libmysqlclient-dev
65

76
ADD ./requirements.txt /
87
RUN pip3 install --no-cache-dir -r /requirements.txt && rm -rf /requirements.txt

0 commit comments

Comments
 (0)