mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Add run in docker script
This commit is contained in:
parent
1c2999551b
commit
8b1bca6743
2 changed files with 15 additions and 14 deletions
3
run_in_docker.sh
Normal file
3
run_in_docker.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
Xvfb :1 -screen 0 1280x800x16 &
|
||||
python3 cura_app.py --headless
|
Loading…
Add table
Add a link
Reference in a new issue