Giter VIP home page Giter VIP logo

pysteps-docker's Introduction

Docker DEV Image CI Docker PROD Image CI

pysteps-docker

Repo to leave dockerfiles for pySTEPS

Requirements

  • docker

Docker build

Docker dev env

Build docker using Dockerfile provided,

> docker build -t pysteps_dev -f dev/Dockerfile .

Base conda env is updated during build with environment_dev.yml, so at docker run, conda base env has all the libraries (no need to activate any env) This image will install pySTEPS from master branch of pySTEPS. If you have forked the repo, just replace at built time ARG gitUser:

> docker build --build-arg gitUser=_YOUR_USERNAME_ -t pysteps_dev -f dev/Dockerfile .

pySTEPS lib is installed at /opt/src dir from docker and additionally /opt/data is created for data io.

Docker prod env

Build docker using Dockerfile provided,

> docker build -t pysteps_prod -f prod/Dockerfile .

Base conda env has all the libraries (no need to activate any env). Additionally /opt/data is created for data io.

Docker run

Now we can run a console in the the Docker container by doing

	> docker run --rm -it 
	-v _local_data_dir:/opt/data \
 	pysteps_{dev/prod} /bin/bash

pysteps-docker's People

Contributors

felixlapalma avatar

Watchers

James Cloos avatar Andres Perez Hortal avatar  avatar

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.