Skip to content

Commit

Permalink
Bug fix no module named 'skbuild' for docker binary
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulSajnani committed Feb 4, 2021
1 parent 238c8e7 commit 59aa68a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile_binary
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get install \
x11-xserver-utils \
-y --no-install-recommends
RUN pip3 install setuptools wheel
RUN python3 -m pip install --upgrade pip
RUN pip3 install scikit-build
RUN pip3 install airsim

RUN adduser --force-badname --disabled-password --gecos '' --shell /bin/bash airsim_user && \
Expand All @@ -28,4 +30,4 @@ RUN mkdir -p /home/airsim_user/Documents/AirSim
COPY settings.json /home/airsim_user/Documents/AirSim
#ADD Documents /home/airsim_user/Documents

RUN sudo chown -R airsim_user /home/airsim_user
RUN sudo chown -R airsim_user /home/airsim_user

0 comments on commit 59aa68a

Please sign in to comment.