Skip to content

PredictMe/predictme-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning Iexec Dapp

Docker commands

build: docker build . --tag predictme-ml

tag: docker tag predictme-ml id997/predictme-ml:0.3.0

push: docker push id997/predictme-ml:0.3.0

hash: docker pull id997/predictme-ml:0.3.0| grep "Digest: sha256:" | sed 's/.*sha256:/0x/'

link: registry.hub.docker.com/id997/predictme-ml:0.3.0

run with input_files: docker run \
    -v /Users/id/Documents/projects/predictme-iexec/predictme-ml/io/iexec_in:/iexec_in \
    -v /Users/id/Documents/projects/predictme-iexec/predictme-ml/io/iexec_out:/iexec_out \
    -e IEXEC_IN=/iexec_in \
    -e IEXEC_OUT=/iexec_out \
    id997/predictme-ml:0.3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published