Skip to content

Commit 8e8526f

Browse files
committed
install chrome in linux, remove from back_prop
1 parent 35e53e5 commit 8e8526f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
pip install --upgrade "jax[cuda12-local]==0.6.2"
2727
pip install numpyro pyro-ppl
2828
python scripts/test-jax-install.py
29+
- name: Install Chrome
30+
shell: bash -l {0}
31+
run: |
32+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
33+
sudo apt install -y ./google-chrome-stable_current_amd64.deb
34+
google-chrome --version
2935
- name: Check nvidia Drivers
3036
shell: bash -l {0}
3137
run: nvidia-smi

lectures/back_prop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ In addition to what's included in base Anaconda, we need to install the followin
2323
2424
!pip install -U kaleido plotly
2525
!conda install -y -c plotly plotly-orca
26-
!plotly_get_chrome
2726
```
2827

2928
We also need to install JAX to run this lecture

0 commit comments

Comments
 (0)