Skip to content

Commit

Permalink
Merge pull request #126 from justsz/main
Browse files Browse the repository at this point in the history
Update invocation of python3.8 on SDF
  • Loading branch information
akrause2014 authored Dec 20, 2023
2 parents e9142f4 + 1928730 commit 45f0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/cs2/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To run a job on the cluster, you must create a Python virtual environment (venv)
1. Create the venv
```bash
/opt/python3.8/bin/python3.8 -m venv venv_cerebras_pt
python3.8 -m venv venv_cerebras_pt
```
1. Install the dependencies
Expand Down

0 comments on commit 45f0d31

Please sign in to comment.