mirror of
https://github.com/tiyn/wiki.git
synced 2025-12-31 20:19:46 +01:00
fixed typos
This commit is contained in:
@@ -62,7 +62,7 @@ should be changed accordingly - for example as shown in the following example.
|
|||||||
`<uid>` is the UID of the Docker user - which can be found using `id -u` (for example `10642`) -
|
`<uid>` is the UID of the Docker user - which can be found using `id -u` (for example `10642`) -
|
||||||
and `<gid>` the GID of the Docker user - which can be found using `id -g` (for example `10600`).
|
and `<gid>` the GID of the Docker user - which can be found using `id -g` (for example `10600`).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
chown -R <uid>:<gid> <volume-path>
|
chown -R <uid>:<gid> <volume-path>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -147,7 +147,7 @@ directory.
|
|||||||
|
|
||||||
## Modules
|
## Modules
|
||||||
|
|
||||||
There are various modules and package managers to install these for python like
|
There are various modules and package managers to install these for Python like
|
||||||
`pip`.
|
`pip`.
|
||||||
For this usually a virtual environment is needed - as it is described in
|
For this usually a virtual environment is needed - as it is described in
|
||||||
[the setup section](#setup).
|
[the setup section](#setup).
|
||||||
@@ -159,6 +159,8 @@ If it doesnt work the packages can be installed globally using `pip` together wi
|
|||||||
`--break-system-packages` flag.
|
`--break-system-packages` flag.
|
||||||
This flag is to be used with care.
|
This flag is to be used with care.
|
||||||
|
|
||||||
|
This section addresses various different modules.
|
||||||
|
|
||||||
### PyTorch
|
### PyTorch
|
||||||
|
|
||||||
This section addresses the [PyTorch module](https://pytorch.org/).
|
This section addresses the [PyTorch module](https://pytorch.org/).
|
||||||
|
|||||||
Reference in New Issue
Block a user