Skip to content

Commit

Permalink
to squash
Browse files Browse the repository at this point in the history
  • Loading branch information
madratman committed Oct 22, 2019
1 parent 8b55678 commit 758d603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ WORKDIR /home/airsim_user

RUN git clone https://github.com/microsoft/AirSim-NeurIPS2019-Drone-Racing && \
cd AirSim-NeurIPS2019-Drone-Racing && \
download_training_binaries.sh && \
download_qualification_binaries.sh && \
bash download_training_binaries.sh && \
bash download_qualification_binaries.sh && \
mv AirSim_Training/ ../ && \
mv AirSim_Qualification/ ../ && \
cd ../

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

0 comments on commit 758d603

Please sign in to comment.