Coder Social home page Coder Social logo

zengjay / scalbf-wur Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appelmar/scalbf-wur

0.0 1.0 0.0 55.33 MB

slides and material for a workshop on scalable change detection with BFAST at Wageningen university, March 2017

License: Other

HTML 99.85% Shell 0.12% R 0.03%

scalbf-wur's Introduction

scalbf-wur's People

Contributors

appelmar avatar

Watchers

James Cloos avatar

scalbf-wur's Issues

dockerfile

RUN ./install_scidb.sh

cannot access *.deb

echo “deb https://downloads.paradigm4.com/ ubuntu14.04//3rdparty/“ >> /etc/apt/sources.list 这行代码执行后运行apt-get update认定sources.list加入的这一行语法不对!!

解决方法

可以更正为
echo "deb https://downloads.paradigm4.com/ ubuntu14.04/3rdparty/" >> etc/apt/sources.list.d/scidb.list

通过apt-cache search scidb来查看

install_scidb.sh中scidb_libboost的一些源不对

文件/install/install_scidb.sh中
deb https://downloads.paradigm4.com/ ubuntu14.04/3rdparty/
多了个空格,导致无法下载scidb的相关联的第三方库文件,正确地址应该是
https://downloads.paradigm4.com/ubuntu14.04/3rdparty/

your kernel does not support swap limit capabilities or the cgroup is not mounted

Adjust memory and swap accounting
When users run Docker, they may see these messages when working with an image:

WARNING: Your kernel does not support cgroup swap limit. WARNING: Your
kernel does not support swap limit capabilities. Limitation discarded.
To prevent these messages, enable memory and swap accounting on your system. To enable these on system using GNU GRUB (GNU GRand Unified Bootloader), do the following.

Log into Ubuntu as a user with sudo privileges.

Edit the /etc/default/grub file.

Set the GRUB_CMDLINE_LINUX value as follows:

GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"
Save and close the file.

Update GRUB.

$ sudo update-grub
Reboot your system.

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.