File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ ENV DEBIAN_FRONTEND=noninteractive
7
7
RUN apt-get update && apt-get install --no-install-recommends -y \
8
8
&& apt-get install --no-install-recommends -y \
9
9
wget nano build-essential git cmake python3-dev python3-pip pybind11-dev \
10
- python3-pytest python3-numpy python3-scipy \
11
10
libeigen3-dev libomp-dev
12
11
13
12
RUN mkdir -p ~/.config/pip
14
13
RUN echo "[global]\nbreak-system-packages=true" > ~/.config/pip/pip.conf
15
14
15
+ RUN pip install pytest numpy scipy
16
+
16
17
COPY . /root/small_gicp
17
18
18
19
WORKDIR /root/small_gicp
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive
7
7
RUN apt-get update && apt-get install --no-install-recommends -y \
8
8
&& apt-get install --no-install-recommends -y \
9
9
wget nano build-essential git cmake python3-dev python3-pip pybind11-dev \
10
- python3-pytest python3-numpy python3-scipy \
11
10
libeigen3-dev libomp-dev
12
11
13
12
RUN apt-get update && apt-get install --no-install-recommends -y \
@@ -21,6 +20,8 @@ ENV CXX=clang++
21
20
RUN mkdir -p ~/.config/pip
22
21
RUN echo "[global]\nbreak-system-packages=true" > ~/.config/pip/pip.conf
23
22
23
+ RUN pip install pytest numpy scipy
24
+
24
25
COPY . /root/small_gicp
25
26
26
27
WORKDIR /root/small_gicp
You can’t perform that action at this time.
0 commit comments