Small edits (#792)

This commit is contained in:
pollfly
2024-03-07 15:14:11 +02:00
committed by GitHub
parent 14834245ec
commit 7dced97a87
6 changed files with 17 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ Specify a Docker container to run the code in with the `--docker <docker_image>`
The ClearML Agent pulls it from Docker Hub or a Docker artifactory automatically.
### Package Dependencies
`clearml-task` automatically finds the requirements.txt file in remote repositories.
`clearml-task` automatically finds the `requirements.txt` file in remote repositories.
If a local script requires certain packages, or the remote repository doesn't have a `requirements.txt` file,
manually specify the required Python packages using `--packages "<package_name>"`, for example `--packages "keras" "tensorflow>2.2"`.