Skip to content

Commit

Permalink
circleci: update ubuntu 18.04/python3.6 container - tractor ceres
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Lang committed Dec 5, 2024
1 parent 78bfb13 commit e0cab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/circleci-build-ubuntu18.04-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ ENV PYTHON=python3
# The Tractor
RUN git clone http://github.com/dstndstn/tractor.git tractor \
&& cd tractor \
&& python3 setup.py build_ext --with-ceres --with-cython --inplace \
&& python3 setup.py install \
&& python3 setup.py build_ext --with-ceres --with-cython \
&& python3 setup.py install --with-ceres --with-cython \
&& rm -R $(find . -name "*.o" -o -name "*.so")

# python = python3
Expand Down

0 comments on commit e0cab21

Please sign in to comment.