Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a warning regarding the missing cameo file per Issue #1
  • Loading branch information
avianinc authored Jun 13, 2024
1 parent 5434b3d commit 48cc124
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
> [!WARNING]
> The Cameo installation file is no longer avaible. I'll find a solution soon. In the mean time you cannot build the containter. Just use the Pull/Run option.
# Cameo (MagicDraw) behavior controller using Selenium and Jupyterlab
Cameo - Ubuntu 20.04 w/fluxbox hosted on noVNC <br>
This is an interesting little example of using Selenium in Jupyterlab to control a Cameo State Machine.

To test this out open http://localhost:8888


BUILD: `docker build -t avianinc/csm_controller:main .` <br>
~~BUILD: `docker build -t avianinc/csm_controller:main .`~~ <br>
RUN: `docker run -it -p 8888:8888 -p 6901:6901 -p 8080:8080 avianinc/csm_controller:main` <br>
PULL: `docker pull avianinc/csm_controller:main`

Expand Down

0 comments on commit 48cc124

Please sign in to comment.