Skip to content

Commit

Permalink
rdp opengl error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 26, 2024
1 parent 50b4752 commit 42c95bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ RUN echo "source /opt/ros/jazzy/setup.bash" >> ~/.bashrc && \

# Other environment variables
RUN echo "export XDG_RUNTIME_DIR=~/.xdg_log" >> ~/.bashrc && \
echo "unset SESSION_MANAGER" >> ~/.bashrc && \
echo "export LIBGL_ALWAYS_INDIRECT=1" >> ~/.bashrc
echo "unset SESSION_MANAGER" >> ~/.bashrc

# Create and write the welcome message to a new file
RUN mkdir -p /home/docker/.config/autostart && \
Expand Down

0 comments on commit 42c95bd

Please sign in to comment.