-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set version to 0.5.0-rc1 #3196
set version to 0.5.0-rc1 #3196
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ This exposes the ISAAC port to connect via the webclient to. | |
.. code:: bash | ||
|
||
docker pull ax3l/picongpu | ||
docker run --runtime=nvidia -p 2459:2459 -t ax3l/picongpu:0.5.0 lwfa_live | ||
docker run --runtime=nvidia -p 2459:2459 -t ax3l/picongpu:0.5.0-rc1 lwfa_live | ||
# open firefox and isaac client | ||
|
||
or | ||
|
@@ -56,20 +56,20 @@ You can also push the result to dockerhub and singularity-hub (you need an accou | |
cd ubuntu-1604 | ||
|
||
# docker image | ||
docker build -t ax3l/picongpu:0.5.0 . | ||
docker build -t ax3l/picongpu:0.5.0-rc1 . | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
# optional: push to dockerhub (needed for singularity bootstrap) | ||
docker login | ||
docker push ax3l/picongpu:0.5.0 | ||
docker push ax3l/picongpu:0.5.0-rc1 | ||
# optional: mark as latest release | ||
docker tag ax3l/picongpu:0.5.0 ax3l/picongpu:latest | ||
docker tag ax3l/picongpu:0.5.0-rc1 ax3l/picongpu:latest | ||
docker push ax3l/picongpu:latest | ||
|
||
# singularity image | ||
singularity create -s 4096 picongpu.img | ||
sudo singularity bootstrap picongpu.img Singularity | ||
# optional: push to a singularity registry | ||
# setup your $HOME/.sregistry first | ||
sregistry push picongpu.img --name ax3l/picongpu --tag 0.5.0 | ||
sregistry push picongpu.img --name ax3l/picongpu --tag 0.5.0-rc1 | ||
|
||
Recipes | ||
------- | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM nvidia/cuda:9.2-base | ||
MAINTAINER Axel Huebl <a.huebl@hzdr.de> | ||
LABEL maintainer="Axel Huebl <a.huebl@hzdr.de>, Rene Widera <r.widera@hzdr.de>" | ||
|
||
# docker and image environment | ||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
FORCE_UNSAFE_CONFIGURE=1 \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Above: the
|
||
SPACK_ROOT=/usr/local \ | ||
SPACK_EXTRA_REPO=/usr/local/share/spack-repo \ | ||
PIC_PACKAGE='picongpu@0.5.0+isaac backend=cuda' | ||
PIC_PACKAGE='picongpu@0.5.0-rc1+isaac backend=cuda' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This tag here is the tag you provide in our spack repo. So add this in its |
||
|
||
# install minimal spack dependencies | ||
# - adds gfortran for spack's openmpi package | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Bootstrap: docker | ||
From: ax3l/picongpu:0.5.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be pointing to anther repo not |
||
From: ax3l/picongpu:0.5.0-rc1 | ||
|
||
|
||
%labels | ||
Maintainer Axel Huebl <a.huebl@hzdr.de> | ||
Version 0.5.0 | ||
Maintainer "Axel Huebl <a.huebl@hzdr.de>, Rene Widera <r.widera@hzdr.de>" | ||
Version 0.5.0-rc1 | ||
|
||
|
||
%runscript | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ax3l
repo is still usedThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please tell me if you (e.g. @PrometheusPi and @psychocoderHPC ) create a dockerhub account.
I already reserved a
picongpu/
org a while back and will then add you to it :)https://hub.docker.com/orgs/picongpu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Register now and increase the bus-factor by a three-fold."™
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ax3l I am now registered at docker.com as
psychocoderhpc