Skip to content

Commit

Permalink
docs: update uv image instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 14, 2024
1 parent 2d088cb commit 637a0ee
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 @@ -283,7 +283,7 @@ Using `apptainer run IMAGE ARGS...` executes `poetry ARGS...`, so you could exec

The image `uv` contains Python 3 together with the package manager uv.
This image allows proper dependency specification via `pyproject.toml` and `uv.lock` files.
Using `apptainer run IMAGE ARGS...` executes `uv ARGS...`, so you could execute a Python script via `apptainer run IMAGE run python SCRIPT.py`.
Using `apptainer run IMAGE ARGS...` executes `uv ARGS...`, so you could execute a Python script via `apptainer run IMAGE run SCRIPT.py`.

### Jupyter

Expand Down

0 comments on commit 637a0ee

Please sign in to comment.