Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Apr 19, 2024
1 parent c6870dd commit 6e75120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Following `--build-arg` are available for `dockerdl-base` image.
| USERNAME | User name | coder | Any string or `$USER` |
| USERID | User ID | 1000 | `$(id -u $USER)` |
| GROUPID | Group ID | 1000 | `$(id -g $USER)` |
| PYTHON_VER | Python version | 3.10 | 3.10, 3.9, 3.8 |
| PYTHON_VER | Python version | 3.11 | 3.10, 3.9, 3.8 etc. |
| CUDA_VER | CUDA version | 12.2.2 | 11.7.0, 11.8.0 etc. |
| UBUNTU_VER | Ubuntu version | 22.04 | 22.04, 20.04, 18.04 |

Expand Down

0 comments on commit 6e75120

Please sign in to comment.