Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify Dockerfile #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ RUN apt-get update && apt-get install -y \
RUN cd /opt
WORKDIR /opt
RUN apt-get install -y libatlas-base-dev libsuitesparse-dev libgoogle-glog-dev libeigen3-dev libsuitesparse-dev
RUN git clone https://ceres-solver.googlesource.com/ceres-solver
RUN cd ceres-solver
RUN git clone https://ceres-solver.googlesource.com/ceres-solver \
&& cd ceres-solver && git checkout 1.14.0
WORKDIR /opt/ceres-solver
RUN mkdir build
RUN cd build
Expand Down Expand Up @@ -90,7 +90,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
RUN curl -O https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
python get-pip.py && \
rm get-pip.py

Expand Down Expand Up @@ -143,4 +143,4 @@ EXPOSE 8888

RUN mkdir -p /workspace
WORKDIR /workspace
RUN chmod -R a+w /workspace
RUN chmod -R a+w /workspace