We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c06a83 commit 8530edcCopy full SHA for 8530edc
1 file changed
runnables/Dockerfile
@@ -1,8 +1,7 @@
1
FROM sqlflow/sqlflow:step
2
3
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
+ apt-get -qq install libmysqld-dev libmysqlclient-dev
6
7
ADD ./requirements.txt /
8
RUN pip3 install --no-cache-dir -r /requirements.txt && rm -rf /requirements.txt
0 commit comments