File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,6 @@ RUN apt-get update --fix-missing && \
10
10
echo "${USERNAME} ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/$USERNAME
11
11
USER $USERNAME
12
12
13
- # Install GDAL
14
- RUN sudo apt-get -y upgrade && \
15
- sudo apt-get -y update && \
16
- sudo apt-get -y install software-properties-common && \
17
- sudo add-apt-repository ppa:ubuntugis/ppa && \
18
- sudo apt-get update && \
19
- sudo apt-get -y install gdal-bin libgdal-dev
20
-
21
13
# Install GISNav & colcon dependencies
22
14
RUN mkdir -p $HOME/colcon_ws/src && \
23
15
cd $HOME/colcon_ws/src && \
@@ -36,6 +28,14 @@ RUN cd $HOME/colcon_ws/src/gisnav && \
36
28
cd weights && \
37
29
$HOME/.local/lib/$USERNAME/gdown https://drive.google.com/uc?id=1M-VD35-qdB5Iw-AtbDBCKC7hPolFW9UY
38
30
31
+ # Install GDAL
32
+ RUN sudo apt-get -y upgrade && \
33
+ sudo apt-get -y update && \
34
+ sudo apt-get -y install software-properties-common && \
35
+ sudo add-apt-repository ppa:ubuntugis/ppa && \
36
+ sudo apt-get update && \
37
+ sudo apt-get -y install gdal-bin libgdal-dev \
38
+
39
39
# Python dependencies
40
40
RUN cd $HOME/colcon_ws/src/gisnav && \
41
41
pip3 install -r requirements.txt && \
You can’t perform that action at this time.
0 commit comments