Skip to content

Commit

Permalink
install a few thigns
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Mar 9, 2024
1 parent 0260ae0 commit 354939e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/docker/common/install_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ install_ubuntu() {
unzip \
gdb \
rsync \
libssl-dev
libssl-dev \
p7zip-full \
libglfw3 \ # For gym in reinforcement_ppo.py
libglfw3-dev

# Cleanup package manager
apt-get autoclean && apt-get clean
Expand Down

0 comments on commit 354939e

Please sign in to comment.