We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605baf commit d7e8655Copy full SHA for d7e8655
Dockerfile
@@ -88,4 +88,5 @@ RUN /opt/conda/bin/conda run -n duckietownrl pip install pygame
88
RUN sudo git config --system --add safe.directory /home/duckietown_rl_course && \
89
sudo git config --system --add safe.directory '*'
90
91
+RUN echo 'alias python="xvfb-run python"' >> /root/.bashrc
92
0 commit comments