Code Monkey home page Code Monkey logo

lpc-scripts's People

Contributors

gbenelli avatar jhakala avatar kpedro88 avatar mtonjes avatar perilousapricot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lpc-scripts's Issues

GPU support with podman

Test if the images built with Buildah and run using Podman have good GPU support. In other words, can they be used on the GPU machines are the LPC?

Test podman-in-podman

Just like docker-in-docker, can a podman container be run inside of another podman container? Can one mix and match docker, podman, and singularity? What are the limitations?

@kpedro88

Improvement to 'containerize.sh' features after Buildah version updated

This issue is related to files which will be added with #18.

The version of Buildah on cmslpcheavy-sl7 right now is 1.11.6, but the latest version is 1.21.0. The later versions have a feature that allow the use of ARG commands within a COPY commands parameters (i.e. chown) inside of a Dockerfile. This would allow us to remove the hard coded cmsusr username in https://github.com/FNALLPC/lpc-scripts/pull/18/files#diff-64e49c956c3cc82ad01ae4cc0497f5ee63343fa4b61c8c7733199205ca5bd187R47. That line would change to be something like:

ARG USERNAME_BUILD=cmsusr
ARG USERNAME=cmsusr
COPY --from=builder --chown=${USERNAME}:${USERNAME} /home/${USERNAME_BUILD}/${CMSSW_VERSION} /home/${USERNAME}/${CMSSW_VERSION}

Fix linting issues

With the addition of #25 we can now see that there are a lot of linting issues, both with the python and with the shell codes. We need new PRs to fix these issues.

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.