GithubHelp home page GithubHelp logo

tk1_builder's Introduction

This project is for building jetson tk1 root filesystems using docker, and then flashing those file systems to become the host filesystem on the tk1.

Usage:

tk1_builder's People

Contributors

dtmoodie avatar essarelle avatar

Watchers

James Cloos avatar  avatar

Forkers

essarelle

tk1_builder's Issues

Unable to install apt packages due to "terminate called after throwing an instance of 'std::length_error'"

When attempting to install apt packages in the root filesystem using docker, I get the following error:

Dockerfile:
----------------------
RUN apt install build-essential cmake -y

error
----------------------
Processing triggers for man-db (2.6.7.1-1) ...
terminate called after throwing an instance of 'std::length_error'
  what():  basic_string::append
 qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted (core dumped)

This error does not appear when I enter the same base image and invoke the same commands.
It would appear there is a difference between a "docker run" and docker build. It would be preferable to be able to continue installing packages using the docker builder instead of having to enter the image and install packages manually.

What I've tried so far:

RUN /bin/bash -c "apt install build-essential cmake -y"


SHELL ["/bin/bash", "-c"]
RUN apt install build-essential cmake -y

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.