We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440f57d commit 424afa8Copy full SHA for 424afa8
requirements/Dockerfile
@@ -31,8 +31,8 @@ ENV PATH=/opt/python/cp36-cp36m/bin:$PATH
31
32
# we need numpy to build python-fcl
33
# since we set our path we'll be using the right pip
34
-RUN pip install numpy cython
+RUN pip3 install numpy cython
35
36
# build the python-fcl module
37
COPY . /python_fcl
38
-RUN cd /python_fcl && python setup.py build_ext
+RUN cd /python_fcl && python3 setup.py build_ext
0 commit comments