mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-09-16 11:44:29 +00:00
fixed bash command (#305)
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
parent
09a3a73f2d
commit
13dbc548f8
@ -67,7 +67,7 @@ sudo apt-get update && \
|
|||||||
sudo apt-get upgrade -y && \
|
sudo apt-get upgrade -y && \
|
||||||
sudo apt-get install -y python3-pip && \
|
sudo apt-get install -y python3-pip && \
|
||||||
sudo apt-get install -y python-is-python3 && \
|
sudo apt-get install -y python-is-python3 && \
|
||||||
sudo apt-get install -y rsync && \
|
sudo apt-get install -y rsync
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user