Giter Club home page Giter Club logo

cryosparc-docker's Introduction

docker image for cryosparc v2

You first need to obtain a license for cryosparc via https://cryosparc.com/download/

build with your license key from cryosparc:

export CRYOSPARC_LICENSE_ID=<BLAH>
docker build --build-arg CRYOSPARC_LICENSE_ID=${CRYOSPARC_LICENSE_ID} . -t slaclab/cryosparc-docker:2.2.0

run (for testing) via

docker run -e CRYOSPARC_LICENSE_ID=${CRYOSPARC_LICENSE_ID} \
    -e JUPYTERHUB_USER=ytl -e EXTERNAL_UID=7017 \
    -e EXTERNAL_GROUPS=sf:1051,cryo-data:3591,bd:1124 \
    -e HOMEDIRS=/gpfs/slac/cryo/fs1/u/ \
    -v /gpfs/slac/cryo/fs1/u/ytl/cryosparc-v2/:/gpfs/slac/cryo/fs1/u/ \
    -v /gpfs/slac/cryo/fs1/exp/:/gpfs/slac/cryo/fs1/exp/ \
    -v /scratch:/scratch \
    -p 39000:39000 -p 39001:39001 -p 39002:39002 -p 39003:39003 -p 39004:39004 \
    slaclab/cryosparc-docker:2.2.0

notes

  • to enable access to file storage, the container will drop privs to that defined by JUPYTERHUB_USER, EXTERNAL_UID and EXTERNAL_GROUPS.

cryosparc-docker's People

Contributors

yee379 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.