File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 55# Authors:
66# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
77
8- version : ' 3'
9-
108services :
119 pulp-docker :
1210 image : hpretl/iic-osic-tools:2024.10
@@ -19,4 +17,5 @@ services:
1917 stdin_open : true
2018 tty : true
2119 working_dir : /fosic/designs/croc
22- entrypoint : /bin/bash
20+ entrypoint : /dockerstartup/scripts/ui_startup.sh
21+ command : --skip bash
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ IMG=hpretl/iic-osic-tools:2024.10
1010
1111docker pull $IMG
1212
13- env UID=$( id -u) GID=$( id -g) docker- compose run \
13+ env UID=$( id -u) GID=$( id -g) docker compose run \
1414 -e PS1=" \[\033[01;32m\]docker-osic: \[\033[00m\]\[\033[01;34m\]\w\[\033[00m\] $" \
15- -e DISPLAY=$DISPLAY \
1615 -v /tmp/.X11-unix:/tmp/.X11-unix \
1716 pulp-docker
You can’t perform that action at this time.
0 commit comments