deepracer-for-cloud: VNC Viewer the connection close unexpectedly when run ./start.sh

When i try to run ./start, vnc is not running and close unexpectedly.

Here is the log:

vortana@vortana-System-Product-Name:~/Documents/awsdeepracer/deepracer-for-dummies/scripts/training$ ./start.sh 
minio is up-to-date
Recreating rl_coach ... done
Recreating robomaker ... done
waiting for containers to start up...
Attempting to pull up sagemaker logs...
# Option “-x” is deprecated and might be removed in a later version of gnome-terminal.
# Use “-- ” to terminate the options and put the command line to execute after it.
Attempting to open vnc viewer...
# Option “-x” is deprecated and might be removed in a later version of gnome-terminal.
# Use “-- ” to terminate the options and put the command line to execute after it.

Screenshot from 2019-09-18 08-42-22

What should I do?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 23 (1 by maintainers)

Commits related to this issue

Most upvoted comments

I found a similar post, it seems like this issue is because my CPU does not support AVX instructions which the most recent builds of tensorflow require. If anybody has figured out how to build or get a version of tensorflow working on older CPU’s please post. Thanks. This issue has more details https://github.com/crr0004/deepracer/issues/35

@alexschultz I run log again on this container ID 3b7ec5214cf2 crr0004/deepracer_robomaker:console This time i see a potential issue:


/app/robomaker-deepracer/simulation_ws/install/deepracer_simulation/lib/deepracer_simulation/run_rollout_rl_agent.sh: line 8:  1038 Illegal instruction     (core dumped) python3 -m markov.rollout_worker
================================================================================REQUIRED process [agent-9] has died!
process has died [pid 977, exit code 132, cmd /app/robomaker-deepracer/simulation_ws/install/deepracer_simulation/lib/deepracer_simulation/run_rollout_rl_agent.sh __name:=agent __log:=/root/.ros/log/f28e17d2-da38-11e9-8619-0242ac120004/agent-9.log].
log file: /root/.ros/log/f28e17d2-da38-11e9-8619-0242ac120004/agent-9*.log
Initiating shutdown!

Screenshot from 2019-09-18 12-30-20