Big improvement in Carla Docker build time
This commit is contained in:
parent
daa82986cc
commit
da4e9ec152
|
@ -4,7 +4,7 @@ USER ue4
|
|||
|
||||
RUN cd /home/ue4 && \
|
||||
git clone --depth=1 https://github.com/carla-simulator/carla.git && \
|
||||
cd /home/ue4/ue4 && \
|
||||
cd /home/ue4/carla && \
|
||||
./Update.sh && \
|
||||
make CarlaUE4Editor
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ RUN apt-get update ; \
|
|||
unzip \
|
||||
autoconf \
|
||||
libtool \
|
||||
rsync && \
|
||||
rsync \
|
||||
aria2 && \
|
||||
pip2 install --user setuptools && \
|
||||
pip3 install --user setuptools && \
|
||||
update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-7/bin/clang++ 170 && \
|
||||
|
|
Loading…
Reference in New Issue