Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

N

Nicholas Clark

@Nicholas Clark
Unfollow Follow
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • voxl-cross docker image without network
    N Nicholas Clark

    On a system without direct access to the internet, the voxl-cross docker image version 2.7 executes this scipt when a login shell is created which triggers multiple http requests that will not complete on an offline system:

    /etc/profile.d/local_completions.sh

    AVAILABLE_SECTIONS=( "$(wget http://voxl-packages.modalai.com/dists/qrb5165 -q -
    O- | grep ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
    
    AVAILABLE_DISTS=( "$( wget http://voxl-packages.modalai.com/dists -q -O- | grep
    ' -' | cut -d '>' -f 2 | cut -d '/' -f 1 )" )
    

    The voxl-docker wrapper script has this as its default entrypoint:

    ENTRYPOINT="/bin/bash -l" # login shell so it loads /etc/profile
    

    The combination of the default entrypoint requiring a login shell and the voxl-cross containing mandatory network calls as part of the login process lead to an unstable image.

    VOXL SDK
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups