Skip to content

Commit 354939e

Browse files
committed
install a few thigns
1 parent 0260ae0 commit 354939e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/docker/common/install_base.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ install_ubuntu() {
2121
unzip \
2222
gdb \
2323
rsync \
24-
libssl-dev
24+
libssl-dev \
25+
p7zip-full \
26+
libglfw3 \ # For gym in reinforcement_ppo.py
27+
libglfw3-dev
2528

2629
# Cleanup package manager
2730
apt-get autoclean && apt-get clean

0 commit comments

Comments
 (0)