Giter Site home page Giter Site logo

tmsangohan / accelduck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from farmborst/accelduck

0.0 2.0 0.0 46 KB

Docker for accelerator physics

License: GNU General Public License v3.0

Dockerfile 72.30% Shell 22.64% Python 2.28% Vim Script 2.78%

accelduck's Introduction

accelduck

**Docker container based on debian providing a debian linux environment for the developement and usage of code for accelerator pyhsics - start working on your actual problems in minutes

Getting Started

Prerequisites

>>  apt-get install git

Installation

  • get your local copy of this git repository
>> git clone 
  • download required, prorietary software to the directory "3rdparty"
  • comment other proprietary software in the Dockerfile
  • build the docker image
>> docker build . -t debian:stretch_accelduck

Usage

  • make runfile executable
>> chmod +x run 
  • run the docker image
>> ./run
  • activate the python 3 virtualenv
>> source /root/venv_python3/bin/activate 
  • start JupyterLab
>> jupyter-lab --notebook-dir=/mnt/dockershare/ --no-browser --allow-root --NotebookApp.token='yourpassword' 
  • access jupyter lab from the webbrowser of your host machine and start working...
>> localhost:8888

Distribution of the created Docker Image to colleagues (skip download heavy build process)

  • Save the Docker image existing in your local Docker registry after the installation procedure.
>> docker save -o /PATHTOFILE/accelduck.tar debian:stretch_accelduck
  • Copy the created tar file and the runfile to your colleagues machine
  • Add the Docker image built on your machine to your colleagues local repository
>> docker load -i /PATHTOFILE/accelduck.tar
  • Follow Usage Instructions

included opensource tools

accelerator specific

generic

  • jupyter-lab
  • python 2.7
  • python 3.5
  • numpy
  • scipy
  • pandas
  • tensorflow
  • octave
  • mayavi
  • vtk
  • blender
  • julia

tested but proprietary tools

accelerator specific

  • elegant
  • mad-x
  • femm
  • pyepics
  • epics

generic

  • matlab
  • mathematica

Authors

  • Felix Armborst - Initial Work

License

This project is licensed under the copyleft GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE.md file for details

accelduck's People

Contributors

farmborst avatar

Watchers

James Cloos 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.