Skip to content

Commit

Permalink
Add auto launch
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Czyz <[email protected]>
  • Loading branch information
mczyz-antmicro committed Mar 27, 2024
1 parent 833605c commit 4e89951
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .devcontainer/prebuilt/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
"label": "desktop"
}
},
"postStartCommand": "bash /usr/local/share/desktop-init.sh"
}
2 changes: 1 addition & 1 deletion Dockerfile-lxqt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN bash /usr/local/bin/install-desktop.sh
RUN chsh -s /bin/bash

ENV DISPLAY=:1
ENTRYPOINT [ "/usr/local/share/desktop-init.sh" ]

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First time Codespace users are encouraged to read the tutorial [creating a codes
3. Right-click on desktop and open Terminal and execute the following commands to run OpenROAD GUI

```
cd /OpenROAD-flow-scripts/flow
cd ~/OpenROAD-flow-scripts/flow
. ../env.sh
make
make gui_final
Expand Down Expand Up @@ -58,7 +58,7 @@ Desktop initialization is performed in:

## Developer

OpenROAD Flow Scripts provide a docker image generation script `etc/DockerHelper.sh`, which is used here to build and publish the image to GH registry.
ORFS docker images is now built with available binaries. In CI configuration, you will find steps to reproduce the required docker images.

Useful resources:
* [Development loop](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_full-configuration-edit-loop)
Expand Down

0 comments on commit 4e89951

Please sign in to comment.