From 158b018566f96ea4a332a0c029f502025b5764f5 Mon Sep 17 00:00:00 2001 From: Jackmin801 <56836461+Jackmin801@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:41:16 +0200 Subject: [PATCH] fix: colab dependencies in hw1 --- hw1/cs285/scripts/run_hw1.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw1/cs285/scripts/run_hw1.ipynb b/hw1/cs285/scripts/run_hw1.ipynb index 9ae2141c6..244ac2eaa 100644 --- a/hw1/cs285/scripts/run_hw1.ipynb +++ b/hw1/cs285/scripts/run_hw1.ipynb @@ -96,7 +96,7 @@ " xpra \\\n", " xserver-xorg-dev \\\n", " xvfb \\\n", - " python-opengl \\\n", + " python3-opengl \\\n", " ffmpeg" ] }, @@ -114,6 +114,7 @@ "%cd $SYM_PATH\n", "!git clone https://github.com/berkeleydeeprlcourse/homework_fall2022.git\n", "%cd homework_fall2022/hw1\n", + "%pip install swig # needed to build box2d in the pip install\n", "%pip install -r requirements_colab.txt\n", "%pip install -e ." ]