Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion s2_organisation_and_version_control/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ As we begin to move into the next couple of learning modules, we are going to en
to interact with. Here is an example of a long command that you might need to run in your project in the future:

```bash
docker run -v $(pwd):/app -w /app --gpus all --rm -it my_image:latest python my_script.py --arg1 val1 --arg2 val2
docker run -v $(pwd):/app -w /app --gpus all --rm -it my_image:latest
```

This can be a lot to remember, and it can be easy to make mistakes. Instead, it would be nice if we could just do
Expand Down
Loading