File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN apt install -y \
6262
6363# Colcon setup according to moveit tutorial
6464RUN colcon mixin add default https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
65- RUN colcon mixin update default
65+ RUN colcon mixin update default
6666
6767# Copy configuration files
6868COPY ./to_copy/aliases /root/.bash_aliases
Original file line number Diff line number Diff line change @@ -6,22 +6,24 @@ RUN apt-get update -y && \
66 wget \
77 git \
88 feh \
9+ nano \
10+ htop \
911 ffmpeg \
1012 libsm6 \
1113 libxext6
1214
1315WORKDIR /root
1416
1517# Conda
16- ENV CONDA_DIR /opt/conda
18+ ENV CONDA_DIR= /opt/conda
1719RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh && \
1820 /bin/bash ~/miniconda.sh -b -p /opt/conda
1921
2022# Put conda in path so we can use conda activate
2123ENV PATH=$CONDA_DIR/bin:$PATH
2224
2325# Sapiens
24- RUN git clone https://github.com/facebookresearch /sapiens.git
26+ RUN git clone https://github.com/fzoric8 /sapiens.git
2527
2628# Define ENV variables
2729ENV SAPIENS_ROOT=/root/sapiens
You can’t perform that action at this time.
0 commit comments