-
Notifications
You must be signed in to change notification settings - Fork 47
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
Update GNU container recipe, add Clang container #320
Update GNU container recipe, add Clang container #320
Conversation
…o feature/update_gnu_container
…o feature/update_gnu_container
…containers/docker-ubuntu-gcc-openmpi.yaml
Excellent: on the new clang+mpich container, only the folllowing three tests fail in
|
For jedi-bundle |
@mer-a-o This is definitely ready for testing from your side. See comments in this PR about my testing etc. |
pre_final: | | ||
#Set environment variables for installing tzdata | ||
ENV DEBIAN_FRONTEND=noninteractive && \ | ||
TZ=Etc/UTC && \ |
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.
This line doesn't need && \
. However, after removing && \
I still get and error with docker build command complaining about extra &&
in the Dockerfile. I had remove the space between &&
and \
in for it to work, which doesn't make much sense. So with this I didn't get the error about extra &&
ENV DEBIAN_FRONTEND=noninteractive &&\
TZ=Etc/UTC
The error I get:
Error response from daemon: failed to parse Dockerfile: Syntax error - can't find = in "&&". Must be of the form: name=value
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.
ok, I figured it out. You don't need &&
in ENV. So it should be
ENV DEBIAN_FRONTEND=noninteractive
TZ=Etc/UTC
|
||
# Extra instructions | ||
extra_instructions: | ||
pre_final: | | ||
#Set environment variables for installing tzdata | ||
ENV DEBIAN_FRONTEND=noninteractive &&\ |
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.
Please remove &&\
from here too. Thanks.
Building clang container failed with this error:
|
I just fixed a minor bug in the |
…o feature/update_gnu_container
…lab-dev/spack.yaml
…-mpich and docker-ubuntu-gcc-openmpi
…E.md to record those
@mer-a-o This is ready for review. |
I am going to merge this now. Any updates needed will be made in a follow-up PR. Thanks for the review, @mer-a-o! |
Description
[email protected]
compiler instead of[email protected]
- there were problems with both of them in the container buildqt@5
andwget
TZ
to avoid the container build hanging indefinitely in the final phase when installingtzdata
README.md
inconfigs/containers
to list the specs to install for each spack-stack release and applicationNotes
py-f90nml
andpy-xarray
)doc/source/Platforms.rst
npm
fromjedi-tools-env
spack#169 (merged)