Skip to content

Commit aa80bc2

Browse files
authored
Merge pull request #19 from m09/dockerfile
Edit Dockerfile to build with TF deps
2 parents bdf18b3 + 83a4241 commit aa80bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN apt-get update \
4848
libboost-timer-dev \
4949
make \
5050
python3-dev \
51-
python3-pip \
5251
unzip \
5352
&& ln -s /usr/bin/python3 /usr/local/bin/python \
53+
&& curl https://bootstrap.pypa.io/get-pip.py | python \
5454
&& pip3 install --no-cache-dir -r conf/requirements-bigartm.txt \
5555
&& git clone --branch v0.10.0 https://github.com/bigartm/bigartm.git /opt/bigartm \
5656
&& mkdir /opt/bigartm/build \

0 commit comments

Comments
 (0)