Giter Club home page Giter Club logo

devenv's Introduction

devenv: personal developer environments for Gitpod.

Each dev-env is defined in the corresponding Dockerfile and gets automatically built by Github Actions. The resulting Docker images get pushed to the ghcr.io repository and tagged with the build date, as well as latest. The environments can be pulled directly from the registry or further customized in downstream projects. For example, R projects will likely want to do the following:

FROM ghcr.io/artemsokolov/devenv:rstudio-latest

# Install additional packages
RUN sudo R -e 'install.packages(c("qs", "microbenchmark"))'

The list of currently available dev-envs is below.

Darkroom

Darkroom is a Python environment with a noVNC virtual desktop and preinstalled Napari and basic image processing libraries. The environment also includes a client for interfacing with Synapse for data management. The virtual desktop is served on port 6080. The suggested .gitpod.yml for this environment is

image: ghcr.io/artemsokolov/devenv:darkroom-latest
ports:
  - port: 6080
    onOpen: open-preview
  - port: 5900
    onOpen: ignore

RStudio

The RStudio environment is effectively a replica of the popular rocker/tidyverse, with tidyverse and RStudio server installed on top of the default gitpod/workspace-base. This provides access to all standard Gitpod tools (including pyenv) on top of RStudio/tidyverse, thus enabling integration between R and Python with reticulate and rpy2. RStudio server is available on port 8787. The suggested .gitpod.yml for this environment is

image: ghcr.io/artemsokolov/devenv:rstudio-latest
ports:
  - port: 8787
    onOpen: open-preview
tasks:
  - command: sudo /usr/lib/rstudio-server/bin/rstudio-server start

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.