Giter Site home page Giter Site logo

loretoparisi / docker Goto Github PK

View Code? Open in Web Editor NEW
92.0 8.0 64.0 63.13 MB

My Docker scripts and Dockerfile for several frameworks.

License: MIT License

Go 10.69% Shell 8.14% Makefile 9.27% Python 57.74% Dockerfile 14.15%
dockerfile darknet hunspell docker machin opencv fairseq darkflow neural-machine-translation sockeye

docker's Introduction

docker

My Docker utilities and Dockerfile repository.

Dockerfile

A collection of Docker files for several frameworks and applications.

hunspell

Spelling corrector hunspell and multiple language dictionaries in a docker container, ready to use.

darknet

darknet is an open source neural network framework written in C and CUDA.

darkflow

Darkflow translates darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices. It supports camera and video file as input devices.

fairseq

Fairseq is Facebook AI Research Sequence-to-Sequence Toolkit. It implements a convolutional NMT models for neural machine translation.

OpenPose

OpenPose A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library

OpenCV

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library.

Sockeye

Sockeye is a sequence-to-sequence framework for Neural Machine Translation based on Apache MXNet. It implements the well-known encoder-decoder architecture with attention.

miscellaneous

A collection of utilities.

docker names-generator

names-generator is the docker command to generate silly random images names.

References

docker's People

Contributors

alsora avatar georgid avatar loretoparisi avatar nandanrao avatar vfbsilva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker's Issues

CUDA driver version is insufficient for CUDA runtime version under NVIDIA Jetson Nano

jetson@192:~/docker/darknet/gpu$ sudo docker run -it jitteam/devicequery ./deviceQuery
Unable to find image 'jitteam/devicequery:latest' locally
latest: Pulling from jitteam/devicequery
f9cb56a5c671: Already exists
87de231a2e6c: Pull complete
36c5d6eb2688: Pull complete
40093f2ec581: Pull complete
064d691990ab: Pull complete
cce7e876d241: Pull complete
35e6373a9792: Pull complete
edeab4125290: Pull complete
adf5dfa1dfb2: Pull complete
e6c0ad7be811: Pull complete
03b16bee77ae: Pull complete
74f8a5cf7c0d: Pull complete
37439fc13cc0: Pull complete
1bb694f9307d: Pull complete
430801120376: Pull complete
4f4fb700ef54: Pull complete
d62079597f19: Pull complete
72f994d81758: Pull complete
3fc1be53c6d7: Pull complete
Digest: sha256:e88bc1f5938a04ead500fd1486d95ba6340f2896b9789cacca6fd6d39a28bf09
Status: Downloaded newer image for jitteam/devicequery:latest
./deviceQuery Starting...

 CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
-> CUDA driver version is insufficient for CUDA runtime version
Result = FAIL
jetson@192:~/docker/darknet/gpu$

Error when making with OPENCV=1

Hi,

I can make with OPENCV=0 (GPU, CUDNN=1 also). I successfully ran images through YOLO. I also successfully ran make darknet-cpp (from another project) with OPENCV=1 inside the same container. But when I run make with opencv=1 here I get the following error:

gcc -Iinclude/ -Isrc/ -DOPENCV `pkg-config --cflags opencv`  -DGPU -I/usr/local/cuda/include/ -DCUDNN  -Wall -fpermissive -Wno-unknown-pragmas -fPIC -Ofast -DOPENCV -DGPU -DCUDNN -c ./src/gemm.c -o obj/gemm.o
cc1: warning: command line option '-fpermissive' is valid for C++/ObjC++ but not for C
In file included from /usr/local/include/opencv2/core/core_c.h:48:0,
                 from /usr/local/include/opencv2/highgui/highgui_c.h:45,
                 from include/darknet.h:25,
                 from ./src/utils.h:5,
                 from ./src/gemm.c:2:
/usr/local/include/opencv2/highgui/highgui_c.h:139:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 CVAPI(cv::Rect)cvGetWindowImageRect(const char* name);
 ^
./src/gemm.c: In function 'gemm_gpu':
./src/gemm.c:178:20: warning: unused variable 'handle' [-Wunused-variable]
     cublasHandle_t handle = blas_handle();
                    ^
Makefile:88: recipe for target 'obj/gemm.o' failed
make: *** [obj/gemm.o] Error 1


Any help is much appreciated

Docker Build help

When I run

docker build -t darknet
it says "docker build required exactly one argument"

How do I resolve this?

StarSpace GPU working?

When running starspace from docker-master/starspace/gpu/ the CPU is activated but not the GPU.
Is there an error?

BR

Failed to build darkflow

Hello, I've failed to build darkflow with the following error: failed to register layer: lstat /var/lib/docker/overlay2/55afb9cc91d0798efb6e7cf5e2a5e8b0b19944455ac37042ab881e1cf4b96a38: no such file or directory
Docker version 18.02.0-ce, build fc4de447b5
Tried to clean my docker install and build all again no luck. What might I be missing?

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.