Merge pull request #159 from ehberg/main

Update README.md, minor path change
This commit is contained in:
Sebastian Raschka
2024-05-15 20:46:31 -04:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ cd LLMs-from-scratch
``` ```
```bash ```bash
mv 1st_setup/03_optional-docker-environment/.devcontainer ./ mv setup/03_optional-docker-environment/.devcontainer ./
``` ```
3. In Docker Desktop, make sure that ***desktop-linux* builder** is running and will be used to build the Docker container (see *Docker Desktop* -> *Change settings* -> *Builders* -> *desktop-linux* -> *...* -> *Use*) 3. In Docker Desktop, make sure that ***desktop-linux* builder** is running and will be used to build the Docker container (see *Docker Desktop* -> *Change settings* -> *Builders* -> *desktop-linux* -> *...* -> *Use*)