You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -234,16 +204,6 @@ docker compose run franky-run bash
234
204
The container requires access to the host machines network *and* elevated user rights to allow the docker user to set RT
235
205
capabilities of the processes run from within it.
236
206
237
-
#### Building Franky with Docker
238
-
239
-
For building Franky and its wheels, we provide another Docker container that can also be launched using docker-compose:
240
-
241
-
```bash
242
-
docker compose build franky-build
243
-
docker compose run --rm franky-build run-tests # To run the tests
244
-
docker compose run --rm franky-build build-wheels # To build wheels for all supported python versions
245
-
```
246
-
247
207
### Can I use CUDA jointly with Franky?
248
208
249
209
Yes. However, you need to set `IGNORE_PREEMPT_RT_PRESENCE=1` during the installation and all subsequent updates of the CUDA drivers on the real-time kernel.
@@ -270,6 +230,48 @@ Alternatively, if you are a cowboy and do not care about security, you can also
0 commit comments